Html Css Color HEX #CAB397 Sour Dough

📋 copy color: '#CAB397'

red 202 ◦ green 179 ◦ blue 151

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

Shades of Sour Dough #CAB397

Tints of Sour Dough #CAB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

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

R = 37.97%
G = 33.65%
B = 28.38%

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

#CAB397 (or 0xCAB397) is known color: Sour Dough. HEX triplet: CA, B3 and 97. RGB value is (202,179,151). Sum of RGB (Red+Green+Blue) = 202+179+151=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB397 is #354C68. Grayscale: #B6B6B6. Windows color (decimal): -3492969 or 9941962. OLE color: 9941962.

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

Color convert

RGB 202 179 151 -
CMYK 0 0.11 0.25 0.21
HSL 32.94º 0.32% 0.69% -
HSV(B) 32.94º 0.25% 0.79% -
XYZ 46.06 47.03 35.93 -
YUV 182.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 202 179 151 0 0.11 0.25 0.21 32.94 0.32 0.69
Hex CA B3 97 0 B 19 15 21 20 45
Octal 312 263 227 0 13 31 25 41 40 105
Binary 11001010 10110011 10010111 0 1011 11001 10101 100001 100000 1000101

Color Harmonies of #CAB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB397

Black with #CAB397

Text Example


Text Example

White with #CAB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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