Html Css Color HEX #C2B29F Sour Dough

📋 copy color: '#C2B29F'

red 194 ◦ green 178 ◦ blue 159

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

Shades of Sour Dough #C2B29F

Tints of Sour Dough #C2B29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 36.53%
G = 33.52%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2B29F (or 0xC2B29F) is known color: Sour Dough. HEX triplet: C2, B2 and 9F. RGB value is (194,178,159). Sum of RGB (Red+Green+Blue) = 194+178+159=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29F is #3D4D60. Grayscale: #B4B4B4. Windows color (decimal): -4017505 or 10465986. OLE color: 10465986.

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

Color convert

RGB 194 178 159 -
CMYK 0 0.08 0.18 0.24
HSL 32.57º 0.22% 0.69% -
HSV(B) 32.57º 0.18% 0.76% -
XYZ 44.43 45.81 39.3 -
YUV 180.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 194 178 159 0 0.08 0.18 0.24 32.57 0.22 0.69
Hex C2 B2 9F 0 8 12 18 21 16 45
Octal 302 262 237 0 10 22 30 41 26 105
Binary 11000010 10110010 10011111 0 1000 10010 11000 100001 10110 1000101

Color Harmonies of #C2B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B29F

Black with #C2B29F

Text Example


Text Example

White with #C2B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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