Html Css Color HEX #C0B283 Ecru

📋 copy color: '#C0B283'

red 192 ◦ green 178 ◦ blue 131

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

Shades of Ecru #C0B283

Tints of Ecru #C0B283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.53%

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 38.32%
G = 35.53%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0B283 (or 0xC0B283) is known color: Ecru. HEX triplet: C0, B2 and 83. RGB value is (192,178,131). Sum of RGB (Red+Green+Blue) = 192+178+131=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B283 is #3F4D7C. Grayscale: #B1B1B1. Windows color (decimal): -4148605 or 8630976. OLE color: 8630976.

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

Color convert

RGB 192 178 131 -
CMYK 0 0.07 0.32 0.25
HSL 46.23º 0.33% 0.63% -
HSV(B) 46.23º 0.32% 0.75% -
XYZ 41.76 44.69 27.9 -
YUV 176.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 192 178 131 0 0.07 0.32 0.25 46.23 0.33 0.63
Hex C0 B2 83 0 7 20 19 2E 21 3F
Octal 300 262 203 0 7 40 31 56 41 77
Binary 11000000 10110010 10000011 0 111 100000 11001 101110 100001 111111

Color Harmonies of #C0B283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B283

Black with #C0B283

Text Example


Text Example

White with #C0B283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B283; }

 p { color: rgb(192,178,131); }

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

background-color css

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

 a { background-color: rgb(192,178,131); }

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

border-color css

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

 span { border-color: rgb(192,178,131); }

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