Html Css Color HEX #C0B084 Ecru

📋 copy color: '#C0B084'

red 192 ◦ green 176 ◦ blue 132

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

Shades of Ecru #C0B084

Tints of Ecru #C0B084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.4%

R = 38.4%
G = 35.2%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0B084 (or 0xC0B084) is known color: Ecru. HEX triplet: C0, B0 and 84. RGB value is (192,176,132). Sum of RGB (Red+Green+Blue) = 192+176+132=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B084 is #3F4F7B. Grayscale: #AFAFAF. Windows color (decimal): -4149116 or 8696000. OLE color: 8696000.

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

Color convert

RGB 192 176 132 -
CMYK 0 0.08 0.31 0.25
HSL 44º 0.32% 0.64% -
HSV(B) 44º 0.31% 0.75% -
XYZ 41.43 43.92 28.12 -
YUV 175.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 192 176 132 0 0.08 0.31 0.25 44 0.32 0.64
Hex C0 B0 84 0 8 1F 19 2C 20 40
Octal 300 260 204 0 10 37 31 54 40 100
Binary 11000000 10110000 10000100 0 1000 11111 11001 101100 100000 1000000

Color Harmonies of #C0B084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B084

Black with #C0B084

Text Example


Text Example

White with #C0B084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B084; }

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

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

background-color css

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

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

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

border-color css

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

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

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