Html Css Color HEX #CAB899 Sour Dough

📋 copy color: '#CAB899'

red 202 ◦ green 184 ◦ blue 153

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

Shades of Sour Dough #CAB899

Tints of Sour Dough #CAB899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

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

R = 37.48%
G = 34.14%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CAB899 (or 0xCAB899) is known color: Sour Dough. HEX triplet: CA, B8 and 99. RGB value is (202,184,153). Sum of RGB (Red+Green+Blue) = 202+184+153=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB899 is #354766. Grayscale: #B9B9B9. Windows color (decimal): -3491687 or 10074314. OLE color: 10074314.

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

Color convert

RGB 202 184 153 -
CMYK 0 0.09 0.24 0.21
HSL 37.96º 0.32% 0.7% -
HSV(B) 37.96º 0.24% 0.79% -
XYZ 47.25 49.14 37.13 -
YUV 185.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 202 184 153 0 0.09 0.24 0.21 37.96 0.32 0.7
Hex CA B8 99 0 9 18 15 26 20 46
Octal 312 270 231 0 11 30 25 46 40 106
Binary 11001010 10111000 10011001 0 1001 11000 10101 100110 100000 1000110

Color Harmonies of #CAB899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB899

Black with #CAB899

Text Example


Text Example

White with #CAB899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB899; }

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

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

background-color css

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

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

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

border-color css

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

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

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