Html Css Color HEX #CAB591 Sour Dough

📋 copy color: '#CAB591'

red 202 ◦ green 181 ◦ blue 145

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

Shades of Sour Dough #CAB591

Tints of Sour Dough #CAB591

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.28%

 BLUE value IS 145 (57.03% from 255) = 27.46%

R = 38.26%
G = 34.28%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAB591 (or 0xCAB591) is known color: Sour Dough. HEX triplet: CA, B5 and 91. RGB value is (202,181,145). Sum of RGB (Red+Green+Blue) = 202+181+145=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB591 is #354A6E. Grayscale: #B7B7B7. Windows color (decimal): -3492463 or 9549258. OLE color: 9549258.

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

Color convert

RGB 202 181 145 -
CMYK 0 0.10 0.28 0.21
HSL 37.89º 0.35% 0.68% -
HSV(B) 37.89º 0.28% 0.79% -
XYZ 45.99 47.65 33.56 -
YUV 183.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 202 181 145 0 0.10 0.28 0.21 37.89 0.35 0.68
Hex CA B5 91 0 A 1C 15 26 23 44
Octal 312 265 221 0 12 34 25 46 43 104
Binary 11001010 10110101 10010001 0 1010 11100 10101 100110 100011 1000100

Color Harmonies of #CAB591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB591

Black with #CAB591

Text Example


Text Example

White with #CAB591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB591; }

 p { color: rgb(202,181,145); }

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

background-color css

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

 a { background-color: rgb(202,181,145); }

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

border-color css

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

 span { border-color: rgb(202,181,145); }

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