Html Css Color HEX #C0B384 Ecru

📋 copy color: '#C0B384'

red 192 ◦ green 179 ◦ blue 132

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

Shades of Ecru #C0B384

Tints of Ecru #C0B384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 38.17%
G = 35.59%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0B384 (or 0xC0B384) is known color: Ecru. HEX triplet: C0, B3 and 84. RGB value is (192,179,132). Sum of RGB (Red+Green+Blue) = 192+179+132=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B384 is #3F4C7B. Grayscale: #B1B1B1. Windows color (decimal): -4148348 or 8696768. OLE color: 8696768.

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

Color convert

RGB 192 179 132 -
CMYK 0 0.07 0.31 0.25
HSL 47º 0.32% 0.64% -
HSV(B) 47º 0.31% 0.75% -
XYZ 42.02 45.11 28.32 -
YUV 177.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 192 179 132 0 0.07 0.31 0.25 47 0.32 0.64
Hex C0 B3 84 0 7 1F 19 2F 20 40
Octal 300 263 204 0 7 37 31 57 40 100
Binary 11000000 10110011 10000100 0 111 11111 11001 101111 100000 1000000

Color Harmonies of #C0B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B384

Black with #C0B384

Text Example


Text Example

White with #C0B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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