Html Css Color HEX #C0AF80 Ecru

📋 copy color: '#C0AF80'

red 192 ◦ green 175 ◦ blue 128

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

Shades of Ecru #C0AF80

Tints of Ecru #C0AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 38.79%
G = 35.35%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0AF80 (or 0xC0AF80) is known color: Ecru. HEX triplet: C0, AF and 80. RGB value is (192,175,128). Sum of RGB (Red+Green+Blue) = 192+175+128=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF80 is #3F507F. Grayscale: #AEAEAE. Windows color (decimal): -4149376 or 8433600. OLE color: 8433600.

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

Color convert

RGB 192 175 128 -
CMYK 0 0.09 0.33 0.25
HSL 44.06º 0.34% 0.63% -
HSV(B) 44.06º 0.33% 0.75% -
XYZ 40.96 43.42 26.64 -
YUV 174.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 192 175 128 0 0.09 0.33 0.25 44.06 0.34 0.63
Hex C0 AF 80 0 9 21 19 2C 22 3F
Octal 300 257 200 0 11 41 31 54 42 77
Binary 11000000 10101111 10000000 0 1001 100001 11001 101100 100010 111111

Color Harmonies of #C0AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF80

Black with #C0AF80

Text Example


Text Example

White with #C0AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF80; }

 p { color: rgb(192,175,128); }

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

background-color css

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

 a { background-color: rgb(192,175,128); }

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

border-color css

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

 span { border-color: rgb(192,175,128); }

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