Html Css Color HEX #C2B09A Sour Dough

📋 copy color: '#C2B09A'

red 194 ◦ green 176 ◦ blue 154

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

Shades of Sour Dough #C2B09A

Tints of Sour Dough #C2B09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 37.02%
G = 33.59%
B = 29.39%

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

#C2B09A (or 0xC2B09A) is known color: Sour Dough. HEX triplet: C2, B0 and 9A. RGB value is (194,176,154). Sum of RGB (Red+Green+Blue) = 194+176+154=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B09A is #3D4F65. Grayscale: #B2B2B2. Windows color (decimal): -4018022 or 10137794. OLE color: 10137794.

HSL color Cylindrical-coordinate representation of color #C2B09A: hue angle of 33º 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 #C2B09A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 154 -
CMYK 0 0.09 0.21 0.24
HSL 33º 0.25% 0.68% -
HSV(B) 33º 0.21% 0.76% -
XYZ 43.61 44.85 36.93 -
YUV 178.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 194 176 154 0 0.09 0.21 0.24 33 0.25 0.68
Hex C2 B0 9A 0 9 15 18 21 19 44
Octal 302 260 232 0 11 25 30 41 31 104
Binary 11000010 10110000 10011010 0 1001 10101 11000 100001 11001 1000100

Color Harmonies of #C2B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B09A

Black with #C2B09A

Text Example


Text Example

White with #C2B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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