#CAB292

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

Shades of Sour Dough #CAB292

Tints of Sour Dough #CAB292

Color information

#CAB292 (or 0xCAB292) is unknown color: approx Sour Dough. HEX triplet: CA, B2 and 92. RGB value is (202,178,146). Sum of RGB (Red+Green+Blue) = 202+178+146=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB292 is #354D6D. Grayscale: #B5B5B5. Windows color (decimal): -3493230 or 9614026. OLE color: 9614026.

HSL color Cylindrical-coordinate representation of color #CAB292: hue angle of 34.29º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB292 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202178146-
CMYK00.120.280.21
HSL34.29º34.57%68.24%-
HSV(B)34.29º27.72%79.22%-
XYZ45.4746.4733.77-
YUV181.53107.95142.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=38.40%
G=33.84%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217814600.120.280.2134.2934.5768.24
HexCAB2920C1C15222344
Octal31226222201434254243104
Binary1100101010110010100100100110011100101011000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB292; }

 p { color: rgb(202,178,146); }

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

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

 a { background-color: rgb(202,178,146); }

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

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

 span { border-color: rgb(202,178,146); }

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