Html Css Color HEX #CAB498 Sour Dough

📋 copy color: '#CAB498'

red 202 ◦ green 180 ◦ blue 152

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

Shades of Sour Dough #CAB498

Tints of Sour Dough #CAB498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 37.83%
G = 33.71%
B = 28.46%

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

#CAB498 (or 0xCAB498) is known color: Sour Dough. HEX triplet: CA, B4 and 98. RGB value is (202,180,152). Sum of RGB (Red+Green+Blue) = 202+180+152=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB498 is #354B67. Grayscale: #B7B7B7. Windows color (decimal): -3492712 or 10007754. OLE color: 10007754.

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

Color convert

RGB 202 180 152 -
CMYK 0 0.11 0.25 0.21
HSL 33.6º 0.32% 0.69% -
HSV(B) 33.6º 0.25% 0.79% -
XYZ 46.35 47.47 36.42 -
YUV 183.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 202 180 152 0 0.11 0.25 0.21 33.6 0.32 0.69
Hex CA B4 98 0 B 19 15 22 20 45
Octal 312 264 230 0 13 31 25 42 40 105
Binary 11001010 10110100 10011000 0 1011 11001 10101 100010 100000 1000101

Color Harmonies of #CAB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB498

Black with #CAB498

Text Example


Text Example

White with #CAB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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