Html Css Color HEX #CAB492 Sour Dough

📋 copy color: '#CAB492'

red 202 ◦ green 180 ◦ blue 146

#CAB492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #CAB492

Tints of Sour Dough #CAB492

RGB

 RED value IS 202 (79.3% from 255) = 38.26%

 GREEN value IS 180 (70.7% from 255) = 34.09%

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 38.26%
G = 34.09%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAB492 (or 0xCAB492) is known color: Sour Dough. HEX triplet: CA, B4 and 92. RGB value is (202,180,146). Sum of RGB (Red+Green+Blue) = 202+180+146=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB492 is #354B6D. Grayscale: #B6B6B6. Windows color (decimal): -3492718 or 9614538. OLE color: 9614538.

HSL color Cylindrical-coordinate representation of color #CAB492: hue angle of 36.43º 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 #CAB492 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 146 -
CMYK 0 0.11 0.28 0.21
HSL 36.43º 0.35% 0.68% -
HSV(B) 36.43º 0.28% 0.79% -
XYZ 45.87 47.27 33.9 -
YUV 182.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 202 180 146 0 0.11 0.28 0.21 36.43 0.35 0.68
Hex CA B4 92 0 B 1C 15 24 23 44
Octal 312 264 222 0 13 34 25 44 43 104
Binary 11001010 10110100 10010010 0 1011 11100 10101 100100 100011 1000100

Color Harmonies of #CAB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB492

Black with #CAB492

Text Example


Text Example

White with #CAB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB492; }

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

 H1.HeaderClassName
 {
   color: #CAB492;
 }
 .AnyTagClassName
 {
   color: #CAB492;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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