Html Css Color HEX #CAB499 Sour Dough

📋 copy color: '#CAB499'

red 202 ◦ green 180 ◦ blue 153

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

Shades of Sour Dough #CAB499

Tints of Sour Dough #CAB499

RGB

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

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

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

R = 37.76%
G = 33.64%
B = 28.6%

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

#CAB499 (or 0xCAB499) is known color: Sour Dough. HEX triplet: CA, B4 and 99. RGB value is (202,180,153). Sum of RGB (Red+Green+Blue) = 202+180+153=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB499 is #354B66. Grayscale: #B7B7B7. Windows color (decimal): -3492711 or 10073290. OLE color: 10073290.

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

Color convert

RGB 202 180 153 -
CMYK 0 0.11 0.24 0.21
HSL 33.06º 0.32% 0.7% -
HSV(B) 33.06º 0.24% 0.79% -
XYZ 46.43 47.5 36.86 -
YUV 183.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 202 180 153 0 0.11 0.24 0.21 33.06 0.32 0.7
Hex CA B4 99 0 B 18 15 21 20 46
Octal 312 264 231 0 13 30 25 41 40 106
Binary 11001010 10110100 10011001 0 1011 11000 10101 100001 100000 1000110

Color Harmonies of #CAB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB499

Black with #CAB499

Text Example


Text Example

White with #CAB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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