Html Css Color HEX #C2AB93 Sour Dough

📋 copy color: '#C2AB93'

red 194 ◦ green 171 ◦ blue 147

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

Shades of Sour Dough #C2AB93

Tints of Sour Dough #C2AB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 37.89%
G = 33.4%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2AB93 (or 0xC2AB93) is known color: Sour Dough. HEX triplet: C2, AB and 93. RGB value is (194,171,147). Sum of RGB (Red+Green+Blue) = 194+171+147=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB93 is #3D546C. Grayscale: #AFAFAF. Windows color (decimal): -4019309 or 9677762. OLE color: 9677762.

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

Color convert

RGB 194 171 147 -
CMYK 0 0.12 0.24 0.24
HSL 30.64º 0.28% 0.67% -
HSV(B) 30.64º 0.24% 0.76% -
XYZ 42.08 42.7 33.63 -
YUV 175.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 194 171 147 0 0.12 0.24 0.24 30.64 0.28 0.67
Hex C2 AB 93 0 C 18 18 1F 1C 43
Octal 302 253 223 0 14 30 30 37 34 103
Binary 11000010 10101011 10010011 0 1100 11000 11000 11111 11100 1000011

Color Harmonies of #C2AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB93

Black with #C2AB93

Text Example


Text Example

White with #C2AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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