Html Css Color HEX #CAB197 Sour Dough

📋 copy color: '#CAB197'

red 202 ◦ green 177 ◦ blue 151

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

Shades of Sour Dough #CAB197

Tints of Sour Dough #CAB197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.4%

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

R = 38.11%
G = 33.4%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAB197 (or 0xCAB197) is known color: Sour Dough. HEX triplet: CA, B1 and 97. RGB value is (202,177,151). Sum of RGB (Red+Green+Blue) = 202+177+151=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB197 is #354E68. Grayscale: #B5B5B5. Windows color (decimal): -3493481 or 9941450. OLE color: 9941450.

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

Color convert

RGB 202 177 151 -
CMYK 0 0.12 0.25 0.21
HSL 30.59º 0.32% 0.69% -
HSV(B) 30.59º 0.25% 0.79% -
XYZ 45.67 46.24 35.8 -
YUV 181.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 202 177 151 0 0.12 0.25 0.21 30.59 0.32 0.69
Hex CA B1 97 0 C 19 15 1F 20 45
Octal 312 261 227 0 14 31 25 37 40 105
Binary 11001010 10110001 10010111 0 1100 11001 10101 11111 100000 1000101

Color Harmonies of #CAB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB197

Black with #CAB197

Text Example


Text Example

White with #CAB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB197; }

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

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

background-color css

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

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

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

border-color css

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

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

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