Html Css Color HEX #C0B176 Ecru

📋 copy color: '#C0B176'

red 192 ◦ green 177 ◦ blue 118

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

Shades of Ecru #C0B176

Tints of Ecru #C0B176

RGB

 RED value IS 192 (75.39% from 255) = 39.43%

 GREEN value IS 177 (69.53% from 255) = 36.34%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 39.43%
G = 36.34%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0B176 (or 0xC0B176) is known color: Ecru. HEX triplet: C0, B1 and 76. RGB value is (192,177,118). Sum of RGB (Red+Green+Blue) = 192+177+118=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B176 is #3F4E89. Grayscale: #AFAFAF. Windows color (decimal): -4148874 or 7778752. OLE color: 7778752.

HSL color Cylindrical-coordinate representation of color #C0B176: hue angle of 47.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0B176 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 177 118 -
CMYK 0 0.08 0.39 0.25
HSL 47.84º 0.37% 0.61% -
HSV(B) 47.84º 0.39% 0.75% -
XYZ 40.73 43.96 23.48 -
YUV 174.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 192 177 118 0 0.08 0.39 0.25 47.84 0.37 0.61
Hex C0 B1 76 0 8 27 19 30 25 3D
Octal 300 261 166 0 10 47 31 60 45 75
Binary 11000000 10110001 1110110 0 1000 100111 11001 110000 100101 111101

Color Harmonies of #C0B176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B176

Black with #C0B176

Text Example


Text Example

White with #C0B176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B176; }

 p { color: rgb(192,177,118); }

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

background-color css

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

 a { background-color: rgb(192,177,118); }

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

border-color css

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

 span { border-color: rgb(192,177,118); }

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