Html Css Color HEX #C2B29D Sour Dough

📋 copy color: '#C2B29D'

red 194 ◦ green 178 ◦ blue 157

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

Shades of Sour Dough #C2B29D

Tints of Sour Dough #C2B29D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

 BLUE value IS 157 (61.72% from 255) = 29.68%

R = 36.67%
G = 33.65%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2B29D (or 0xC2B29D) is known color: Sour Dough. HEX triplet: C2, B2 and 9D. RGB value is (194,178,157). Sum of RGB (Red+Green+Blue) = 194+178+157=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29D is #3D4D62. Grayscale: #B4B4B4. Windows color (decimal): -4017507 or 10334914. OLE color: 10334914.

HSL color Cylindrical-coordinate representation of color #C2B29D: hue angle of 34.05º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B29D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 157 -
CMYK 0 0.08 0.19 0.24
HSL 34.05º 0.23% 0.69% -
HSV(B) 34.05º 0.19% 0.76% -
XYZ 44.25 45.74 38.4 -
YUV 180.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 194 178 157 0 0.08 0.19 0.24 34.05 0.23 0.69
Hex C2 B2 9D 0 8 13 18 22 17 45
Octal 302 262 235 0 10 23 30 42 27 105
Binary 11000010 10110010 10011101 0 1000 10011 11000 100010 10111 1000101

Color Harmonies of #C2B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B29D

Black with #C2B29D

Text Example


Text Example

White with #C2B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B29D; }

 p { color: rgb(194,178,157); }

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

background-color css

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

 a { background-color: rgb(194,178,157); }

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

border-color css

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

 span { border-color: rgb(194,178,157); }

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