Html Css Color HEX #C4AB91 Sour Dough

📋 copy color: '#C4AB91'

red 196 ◦ green 171 ◦ blue 145

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

Shades of Sour Dough #C4AB91

Tints of Sour Dough #C4AB91

RGB

 RED value IS 196 (76.95% from 255) = 38.28%

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 38.28%
G = 33.4%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4AB91 (or 0xC4AB91) is known color: Sour Dough. HEX triplet: C4, AB and 91. RGB value is (196,171,145). Sum of RGB (Red+Green+Blue) = 196+171+145=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB91 is #3B546E. Grayscale: #AFAFAF. Windows color (decimal): -3888239 or 9546692. OLE color: 9546692.

HSL color Cylindrical-coordinate representation of color #C4AB91: hue angle of 30.59º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4AB91 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 145 -
CMYK 0 0.13 0.26 0.23
HSL 30.59º 0.3% 0.67% -
HSV(B) 30.59º 0.26% 0.77% -
XYZ 42.44 42.91 32.83 -
YUV 175.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 196 171 145 0 0.13 0.26 0.23 30.59 0.3 0.67
Hex C4 AB 91 0 D 1A 17 1F 1E 43
Octal 304 253 221 0 15 32 27 37 36 103
Binary 11000100 10101011 10010001 0 1101 11010 10111 11111 11110 1000011

Color Harmonies of #C4AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB91

Black with #C4AB91

Text Example


Text Example

White with #C4AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB91; }

 p { color: rgb(196,171,145); }

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

background-color css

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

 a { background-color: rgb(196,171,145); }

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

border-color css

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

 span { border-color: rgb(196,171,145); }

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