Html Css Color HEX #C2B099 Sour Dough

📋 copy color: '#C2B099'

red 194 ◦ green 176 ◦ blue 153

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

Shades of Sour Dough #C2B099

Tints of Sour Dough #C2B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 37.09%
G = 33.65%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2B099 (or 0xC2B099) is known color: Sour Dough. HEX triplet: C2, B0 and 99. RGB value is (194,176,153). Sum of RGB (Red+Green+Blue) = 194+176+153=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B099 is #3D4F66. Grayscale: #B2B2B2. Windows color (decimal): -4018023 or 10072258. OLE color: 10072258.

HSL color Cylindrical-coordinate representation of color #C2B099: hue angle of 33.66º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B099 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 153 -
CMYK 0 0.09 0.21 0.24
HSL 33.66º 0.25% 0.68% -
HSV(B) 33.66º 0.21% 0.76% -
XYZ 43.52 44.82 36.49 -
YUV 178.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 194 176 153 0 0.09 0.21 0.24 33.66 0.25 0.68
Hex C2 B0 99 0 9 15 18 22 19 44
Octal 302 260 231 0 11 25 30 42 31 104
Binary 11000010 10110000 10011001 0 1001 10101 11000 100010 11001 1000100

Color Harmonies of #C2B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B099

Black with #C2B099

Text Example


Text Example

White with #C2B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B099; }

 p { color: rgb(194,176,153); }

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

background-color css

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

 a { background-color: rgb(194,176,153); }

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

border-color css

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

 span { border-color: rgb(194,176,153); }

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