#CAB79B

Color #CAB79B Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CAB79B

Tints of Sour Dough #CAB79B

Color information

#CAB79B (or 0xCAB79B) is unknown color: approx Sour Dough. HEX triplet: CA, B7 and 9B. RGB value is (202,183,155). Sum of RGB (Red+Green+Blue) = 202+183+155=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB79B is #354864. Grayscale: #B9B9B9. Windows color (decimal): -3491941 or 10205130. OLE color: 10205130.

HSL color Cylindrical-coordinate representation of color #CAB79B: hue angle of 35.74º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB79B is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202183155-
CMYK00.090.230.21
HSL35.74º30.72%70%-
HSV(B)35.74º23.27%79.22%-
XYZ47.2148.7937.94-
YUV185.49110.79139.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=37.41%
G=33.89%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218315500.090.230.2135.7430.7270
HexCAB79B091715241f46
Octal31226723301127254437106
Binary110010101011011110011011010011011110101100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB79B; }

 p { color: rgb(202,183,155); }

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

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

 a { background-color: rgb(202,183,155); }

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

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

 span { border-color: rgb(202,183,155); }

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