Html Css Color HEX #CAB194 Sour Dough

📋 copy color: '#CAB194'

red 202 ◦ green 177 ◦ blue 148

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

Shades of Sour Dough #CAB194

Tints of Sour Dough #CAB194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

 BLUE value IS 148 (58.2% from 255) = 28.08%

R = 38.33%
G = 33.59%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAB194 (or 0xCAB194) is known color: Sour Dough. HEX triplet: CA, B1 and 94. RGB value is (202,177,148). Sum of RGB (Red+Green+Blue) = 202+177+148=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB194 is #354E6B. Grayscale: #B5B5B5. Windows color (decimal): -3493484 or 9744842. OLE color: 9744842.

HSL color Cylindrical-coordinate representation of color #CAB194: hue angle of 32.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB194 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 148 -
CMYK 0 0.12 0.27 0.21
HSL 32.22º 0.34% 0.69% -
HSV(B) 32.22º 0.27% 0.79% -
XYZ 45.42 46.14 34.53 -
YUV 181.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 202 177 148 0 0.12 0.27 0.21 32.22 0.34 0.69
Hex CA B1 94 0 C 1B 15 20 22 45
Octal 312 261 224 0 14 33 25 40 42 105
Binary 11001010 10110001 10010100 0 1100 11011 10101 100000 100010 1000101

Color Harmonies of #CAB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB194

Black with #CAB194

Text Example


Text Example

White with #CAB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB194; }

 p { color: rgb(202,177,148); }

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

background-color css

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

 a { background-color: rgb(202,177,148); }

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

border-color css

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

 span { border-color: rgb(202,177,148); }

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