Html Css Color HEX #C2B098 Sour Dough

📋 copy color: '#C2B098'

red 194 ◦ green 176 ◦ blue 152

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

Shades of Sour Dough #C2B098

Tints of Sour Dough #C2B098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 37.16%
G = 33.72%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2B098 (or 0xC2B098) is known color: Sour Dough. HEX triplet: C2, B0 and 98. RGB value is (194,176,152). Sum of RGB (Red+Green+Blue) = 194+176+152=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B098 is #3D4F67. Grayscale: #B2B2B2. Windows color (decimal): -4018024 or 10006722. OLE color: 10006722.

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

Color convert

RGB 194 176 152 -
CMYK 0 0.09 0.22 0.24
HSL 34.29º 0.26% 0.68% -
HSV(B) 34.29º 0.22% 0.76% -
XYZ 43.44 44.79 36.06 -
YUV 178.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 194 176 152 0 0.09 0.22 0.24 34.29 0.26 0.68
Hex C2 B0 98 0 9 16 18 22 1A 44
Octal 302 260 230 0 11 26 30 42 32 104
Binary 11000010 10110000 10011000 0 1001 10110 11000 100010 11010 1000100

Color Harmonies of #C2B098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B098

Black with #C2B098

Text Example


Text Example

White with #C2B098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B098; }

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

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

background-color css

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

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

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

border-color css

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

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

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