#CBC59B

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

Shades of Tahuna Sands #CBC59B

Tints of Tahuna Sands #CBC59B

Color information

#CBC59B (or 0xCBC59B) is unknown color: approx Tahuna Sands. HEX triplet: CB, C5 and 9B. RGB value is (203,197,155). Sum of RGB (Red+Green+Blue) = 203+197+155=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC59B is #343A64. Grayscale: #C2C2C2. Windows color (decimal): -3422821 or 10208715. OLE color: 10208715.

HSL color Cylindrical-coordinate representation of color #CBC59B: hue angle of 52.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC59B is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203197155-
CMYK00.030.240.20
HSL52.5º31.58%70.2%-
HSV(B)52.5º23.65%79.61%-
XYZ50.515538.96-
YUV194.01105.99134.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=36.58%
G=35.50%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319715500.030.240.2052.531.5870.2
HexCBC59B031814342046
Octal3133052330330246440106
Binary11001011110001011001101101111000101001101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC59B; }

 p { color: rgb(203,197,155); }

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

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

 a { background-color: rgb(203,197,155); }

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

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

 span { border-color: rgb(203,197,155); }

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