#CBC39B

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

Shades of Tahuna Sands #CBC39B

Tints of Tahuna Sands #CBC39B

Color information

#CBC39B (or 0xCBC39B) is unknown color: approx Tahuna Sands. HEX triplet: CB, C3 and 9B. RGB value is (203,195,155). Sum of RGB (Red+Green+Blue) = 203+195+155=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC39B is #343C64. Grayscale: #C1C1C1. Windows color (decimal): -3423333 or 10208203. OLE color: 10208203.

HSL color Cylindrical-coordinate representation of color #CBC39B: hue angle of 50º 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 #CBC39B is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203195155-
CMYK00.040.240.20
HSL50º31.58%70.2%-
HSV(B)50º23.65%79.61%-
XYZ50.0654.0938.81-
YUV192.83106.65135.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=36.71%
G=35.26%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319515500.040.240.205031.5870.2
HexCBC39B041814322046
Octal3133032330430246240106
Binary110010111100001110011011010011000101001100101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC39B; }

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

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

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

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

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

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

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

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