Html Css Color HEX #C8B29B Sour Dough

📋 copy color: '#C8B29B'

red 200 ◦ green 178 ◦ blue 155

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

Shades of Sour Dough #C8B29B

Tints of Sour Dough #C8B29B

RGB

 RED value IS 200 (78.52% from 255) = 37.52%

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

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 37.52%
G = 33.4%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8B29B (or 0xC8B29B) is known color: Sour Dough. HEX triplet: C8, B2 and 9B. RGB value is (200,178,155). Sum of RGB (Red+Green+Blue) = 200+178+155=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B29B is #374D64. Grayscale: #B6B6B6. Windows color (decimal): -3624293 or 10203848. OLE color: 10203848.

HSL color Cylindrical-coordinate representation of color #C8B29B: hue angle of 30.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B29B is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 178 155 -
CMYK 0 0.11 0.22 0.22
HSL 30.67º 0.29% 0.7% -
HSV(B) 30.67º 0.23% 0.78% -
XYZ 45.66 46.49 37.58 -
YUV 181.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 200 178 155 0 0.11 0.22 0.22 30.67 0.29 0.7
Hex C8 B2 9B 0 B 16 16 1F 1D 46
Octal 310 262 233 0 13 26 26 37 35 106
Binary 11001000 10110010 10011011 0 1011 10110 10110 11111 11101 1000110

Color Harmonies of #C8B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B29B

Black with #C8B29B

Text Example


Text Example

White with #C8B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B29B; }

 p { color: rgb(200,178,155); }

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

background-color css

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

 a { background-color: rgb(200,178,155); }

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

border-color css

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

 span { border-color: rgb(200,178,155); }

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