Html Css Color HEX #C0B481 Ecru

📋 copy color: '#C0B481'

red 192 ◦ green 180 ◦ blue 129

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

Shades of Ecru #C0B481

Tints of Ecru #C0B481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.93%

 BLUE value IS 129 (50.78% from 255) = 25.75%

R = 38.32%
G = 35.93%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0B481 (or 0xC0B481) is known color: Ecru. HEX triplet: C0, B4 and 81. RGB value is (192,180,129). Sum of RGB (Red+Green+Blue) = 192+180+129=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B481 is #3F4B7E. Grayscale: #B1B1B1. Windows color (decimal): -4148095 or 8500416. OLE color: 8500416.

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

Color convert

RGB 192 180 129 -
CMYK 0 0.06 0.33 0.25
HSL 48.57º 0.33% 0.63% -
HSV(B) 48.57º 0.33% 0.75% -
XYZ 42.02 45.43 27.32 -
YUV 177.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 192 180 129 0 0.06 0.33 0.25 48.57 0.33 0.63
Hex C0 B4 81 0 6 21 19 31 21 3F
Octal 300 264 201 0 6 41 31 61 41 77
Binary 11000000 10110100 10000001 0 110 100001 11001 110001 100001 111111

Color Harmonies of #C0B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B481

Black with #C0B481

Text Example


Text Example

White with #C0B481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B481; }

 p { color: rgb(192,180,129); }

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

background-color css

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

 a { background-color: rgb(192,180,129); }

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

border-color css

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

 span { border-color: rgb(192,180,129); }

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