Html Css Color HEX #C0B178 Ecru

📋 copy color: '#C0B178'

red 192 ◦ green 177 ◦ blue 120

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

Shades of Ecru #C0B178

Tints of Ecru #C0B178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 39.26%
G = 36.2%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0B178 (or 0xC0B178) is known color: Ecru. HEX triplet: C0, B1 and 78. RGB value is (192,177,120). Sum of RGB (Red+Green+Blue) = 192+177+120=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B178 is #3F4E87. Grayscale: #AFAFAF. Windows color (decimal): -4148872 or 7909824. OLE color: 7909824.

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

Color convert

RGB 192 177 120 -
CMYK 0 0.08 0.38 0.25
HSL 47.5º 0.36% 0.61% -
HSV(B) 47.5º 0.38% 0.75% -
XYZ 40.85 44.01 24.11 -
YUV 174.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 192 177 120 0 0.08 0.38 0.25 47.5 0.36 0.61
Hex C0 B1 78 0 8 26 19 30 24 3D
Octal 300 261 170 0 10 46 31 60 44 75
Binary 11000000 10110001 1111000 0 1000 100110 11001 110000 100100 111101

Color Harmonies of #C0B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B178

Black with #C0B178

Text Example


Text Example

White with #C0B178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B178; }

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

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

background-color css

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

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

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

border-color css

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

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

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