#CBC296

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

Shades of Tahuna Sands #CBC296

Tints of Tahuna Sands #CBC296

Color information

#CBC296 (or 0xCBC296) is unknown color: approx Tahuna Sands. HEX triplet: CB, C2 and 96. RGB value is (203,194,150). Sum of RGB (Red+Green+Blue) = 203+194+150=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC296 is #343D69. Grayscale: #BFBFBF. Windows color (decimal): -3423594 or 9880267. OLE color: 9880267.

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

Color convert

RGB203194150-
CMYK00.040.260.20
HSL49.81º33.76%69.22%-
HSV(B)49.81º26.11%79.61%-
XYZ49.4353.4836.57-
YUV191.68104.48136.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=37.11%
G=35.47%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319415000.040.260.2049.8133.7669.22
HexCBC296041A14322245
Octal3133022260432246242105
Binary110010111100001010010110010011010101001100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC296; }

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

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

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

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

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

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

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

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