Html Css Color HEX #C2AB90 Sour Dough

📋 copy color: '#C2AB90'

red 194 ◦ green 171 ◦ blue 144

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

Shades of Sour Dough #C2AB90

Tints of Sour Dough #C2AB90

RGB

 RED value IS 194 (76.17% from 255) = 38.11%

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 38.11%
G = 33.6%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2AB90 (or 0xC2AB90) is known color: Sour Dough. HEX triplet: C2, AB and 90. RGB value is (194,171,144). Sum of RGB (Red+Green+Blue) = 194+171+144=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB90 is #3D546F. Grayscale: #AEAEAE. Windows color (decimal): -4019312 or 9481154. OLE color: 9481154.

HSL color Cylindrical-coordinate representation of color #C2AB90: hue angle of 32.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2AB90 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 144 -
CMYK 0 0.12 0.26 0.24
HSL 32.4º 0.29% 0.66% -
HSV(B) 32.4º 0.26% 0.76% -
XYZ 41.85 42.61 32.4 -
YUV 174.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 194 171 144 0 0.12 0.26 0.24 32.4 0.29 0.66
Hex C2 AB 90 0 C 1A 18 20 1D 42
Octal 302 253 220 0 14 32 30 40 35 102
Binary 11000010 10101011 10010000 0 1100 11010 11000 100000 11101 1000010

Color Harmonies of #C2AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB90

Black with #C2AB90

Text Example


Text Example

White with #C2AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB90; }

 p { color: rgb(194,171,144); }

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

background-color css

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

 a { background-color: rgb(194,171,144); }

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

border-color css

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

 span { border-color: rgb(194,171,144); }

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