Html Css Color HEX #C0B778 Ecru

📋 copy color: '#C0B778'

red 192 ◦ green 183 ◦ blue 120

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

Shades of Ecru #C0B778

Tints of Ecru #C0B778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.97%

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

R = 38.79%
G = 36.97%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0B778 (or 0xC0B778) is known color: Ecru. HEX triplet: C0, B7 and 78. RGB value is (192,183,120). Sum of RGB (Red+Green+Blue) = 192+183+120=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B778 is #3F4887. Grayscale: #B2B2B2. Windows color (decimal): -4147336 or 7911360. OLE color: 7911360.

HSL color Cylindrical-coordinate representation of color #C0B778: hue angle of 52.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 #C0B778 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 120 -
CMYK 0 0.05 0.38 0.25
HSL 52.5º 0.36% 0.61% -
HSV(B) 52.5º 0.38% 0.75% -
XYZ 42.06 46.43 24.51 -
YUV 178.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 192 183 120 0 0.05 0.38 0.25 52.5 0.36 0.61
Hex C0 B7 78 0 5 26 19 34 24 3D
Octal 300 267 170 0 5 46 31 64 44 75
Binary 11000000 10110111 1111000 0 101 100110 11001 110100 100100 111101

Color Harmonies of #C0B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B778

Black with #C0B778

Text Example


Text Example

White with #C0B778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B778; }

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

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

background-color css

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

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

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

border-color css

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

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

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