Html Css Color HEX #CAB497 Sour Dough

📋 copy color: '#CAB497'

red 202 ◦ green 180 ◦ blue 151

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

Shades of Sour Dough #CAB497

Tints of Sour Dough #CAB497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.33%

R = 37.9%
G = 33.77%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAB497 (or 0xCAB497) is known color: Sour Dough. HEX triplet: CA, B4 and 97. RGB value is (202,180,151). Sum of RGB (Red+Green+Blue) = 202+180+151=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB497 is #354B68. Grayscale: #B7B7B7. Windows color (decimal): -3492713 or 9942218. OLE color: 9942218.

HSL color Cylindrical-coordinate representation of color #CAB497: hue angle of 34.12º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB497 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 151 -
CMYK 0 0.11 0.25 0.21
HSL 34.12º 0.32% 0.69% -
HSV(B) 34.12º 0.25% 0.79% -
XYZ 46.26 47.43 36 -
YUV 183.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 202 180 151 0 0.11 0.25 0.21 34.12 0.32 0.69
Hex CA B4 97 0 B 19 15 22 20 45
Octal 312 264 227 0 13 31 25 42 40 105
Binary 11001010 10110100 10010111 0 1011 11001 10101 100010 100000 1000101

Color Harmonies of #CAB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB497

Black with #CAB497

Text Example


Text Example

White with #CAB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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