Html Css Color HEX #C0B681 Ecru

📋 copy color: '#C0B681'

red 192 ◦ green 182 ◦ blue 129

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

Shades of Ecru #C0B681

Tints of Ecru #C0B681

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

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

R = 38.17%
G = 36.18%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0B681 (or 0xC0B681) is known color: Ecru. HEX triplet: C0, B6 and 81. RGB value is (192,182,129). Sum of RGB (Red+Green+Blue) = 192+182+129=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B681 is #3F497E. Grayscale: #B3B3B3. Windows color (decimal): -4147583 or 8500928. OLE color: 8500928.

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

Color convert

RGB 192 182 129 -
CMYK 0 0.05 0.33 0.25
HSL 50.48º 0.33% 0.63% -
HSV(B) 50.48º 0.33% 0.75% -
XYZ 42.43 46.25 27.46 -
YUV 178.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 192 182 129 0 0.05 0.33 0.25 50.48 0.33 0.63
Hex C0 B6 81 0 5 21 19 32 21 3F
Octal 300 266 201 0 5 41 31 62 41 77
Binary 11000000 10110110 10000001 0 101 100001 11001 110010 100001 111111

Color Harmonies of #C0B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B681

Black with #C0B681

Text Example


Text Example

White with #C0B681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B681; }

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

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

background-color css

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

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

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

border-color css

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

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

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