Html Css Color HEX #C0B276 Ecru

📋 copy color: '#C0B276'

red 192 ◦ green 178 ◦ blue 118

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

Shades of Ecru #C0B276

Tints of Ecru #C0B276

RGB

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

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

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

R = 39.34%
G = 36.48%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0B276 (or 0xC0B276) is known color: Ecru. HEX triplet: C0, B2 and 76. RGB value is (192,178,118). Sum of RGB (Red+Green+Blue) = 192+178+118=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B276 is #3F4D89. Grayscale: #AFAFAF. Windows color (decimal): -4148618 or 7779008. OLE color: 7779008.

HSL color Cylindrical-coordinate representation of color #C0B276: hue angle of 48.65º 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 #C0B276 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 118 -
CMYK 0 0.07 0.39 0.25
HSL 48.65º 0.37% 0.61% -
HSV(B) 48.65º 0.39% 0.75% -
XYZ 40.93 44.36 23.54 -
YUV 175.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 192 178 118 0 0.07 0.39 0.25 48.65 0.37 0.61
Hex C0 B2 76 0 7 27 19 31 25 3D
Octal 300 262 166 0 7 47 31 61 45 75
Binary 11000000 10110010 1110110 0 111 100111 11001 110001 100101 111101

Color Harmonies of #C0B276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B276

Black with #C0B276

Text Example


Text Example

White with #C0B276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B276; }

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

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

background-color css

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

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

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

border-color css

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

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

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