Html Css Color HEX #CAB399 Sour Dough

📋 copy color: '#CAB399'

red 202 ◦ green 179 ◦ blue 153

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

Shades of Sour Dough #CAB399

Tints of Sour Dough #CAB399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.65%

R = 37.83%
G = 33.52%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CAB399 (or 0xCAB399) is known color: Sour Dough. HEX triplet: CA, B3 and 99. RGB value is (202,179,153). Sum of RGB (Red+Green+Blue) = 202+179+153=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB399 is #354C66. Grayscale: #B7B7B7. Windows color (decimal): -3492967 or 10073034. OLE color: 10073034.

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

Color convert

RGB 202 179 153 -
CMYK 0 0.11 0.24 0.21
HSL 31.84º 0.32% 0.7% -
HSV(B) 31.84º 0.24% 0.79% -
XYZ 46.23 47.1 36.79 -
YUV 182.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 202 179 153 0 0.11 0.24 0.21 31.84 0.32 0.7
Hex CA B3 99 0 B 18 15 20 20 46
Octal 312 263 231 0 13 30 25 40 40 106
Binary 11001010 10110011 10011001 0 1011 11000 10101 100000 100000 1000110

Color Harmonies of #CAB399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB399

Black with #CAB399

Text Example


Text Example

White with #CAB399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB399; }

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

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

background-color css

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

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

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

border-color css

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

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

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