#CBC295

Color #CBC295 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CBC295

Tints of Tahuna Sands #CBC295

Color information

#CBC295 (or 0xCBC295) is unknown color: approx Tahuna Sands. HEX triplet: CB, C2 and 95. RGB value is (203,194,149). Sum of RGB (Red+Green+Blue) = 203+194+149=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC295 is #343D6A. Grayscale: #BFBFBF. Windows color (decimal): -3423595 or 9814731. OLE color: 9814731.

HSL color Cylindrical-coordinate representation of color #CBC295: hue angle of 50º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC295 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203194149-
CMYK00.040.270.20
HSL50º34.18%69.02%-
HSV(B)50º26.6%79.61%-
XYZ49.3553.4536.15-
YUV191.56103.98136.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=37.18%
G=35.53%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319414900.040.270.205034.1869.02
HexCBC295041B14322245
Octal3133022250433246242105
Binary110010111100001010010101010011011101001100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC295; }

 p { color: rgb(203,194,149); }

 H1.HeaderClassName
 {
   color: #CBC295;
 }
 .AnyTagClassName
 {
   color: #CBC295;
 }
</style>
background-color css

<style>
 a { background-color: #CBC295; }

 a { background-color: rgb(203,194,149); }

 div.DivClassName
 {
   background-color: #CBC295;
 }
 .BgClassName
 {
   background-color: #CBC295;
 }
</style>
border-color css

<style>
 span { border-color: #CBC295; }

 span { border-color: rgb(203,194,149); }

 td.TdClassName
 {
   border-color: #CBC295;
 }
 .TagClassName
 {
   border-color: #CBC295;
 }
</style>