Html Css Color HEX #C0B072 Ecru

📋 copy color: '#C0B072'

red 192 ◦ green 176 ◦ blue 114

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

Shades of Ecru #C0B072

Tints of Ecru #C0B072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 39.83%
G = 36.51%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B072 (or 0xC0B072) is known color: Ecru. HEX triplet: C0, B0 and 72. RGB value is (192,176,114). Sum of RGB (Red+Green+Blue) = 192+176+114=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B072 is #3F4F8D. Grayscale: #ADADAD. Windows color (decimal): -4149134 or 7516352. OLE color: 7516352.

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

Color convert

RGB 192 176 114 -
CMYK 0 0.08 0.41 0.25
HSL 47.69º 0.38% 0.6% -
HSV(B) 47.69º 0.41% 0.75% -
XYZ 40.3 43.47 22.19 -
YUV 173.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 192 176 114 0 0.08 0.41 0.25 47.69 0.38 0.6
Hex C0 B0 72 0 8 29 19 30 26 3C
Octal 300 260 162 0 10 51 31 60 46 74
Binary 11000000 10110000 1110010 0 1000 101001 11001 110000 100110 111100

Color Harmonies of #C0B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B072

Black with #C0B072

Text Example


Text Example

White with #C0B072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B072; }

 p { color: rgb(192,176,114); }

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

background-color css

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

 a { background-color: rgb(192,176,114); }

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

border-color css

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

 span { border-color: rgb(192,176,114); }

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