Html Css Color HEX #C0AF7C Ecru

📋 copy color: '#C0AF7C'

red 192 ◦ green 175 ◦ blue 124

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

Shades of Ecru #C0AF7C

Tints of Ecru #C0AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.25%

R = 39.1%
G = 35.64%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0AF7C (or 0xC0AF7C) is known color: Ecru. HEX triplet: C0, AF and 7C. RGB value is (192,175,124). Sum of RGB (Red+Green+Blue) = 192+175+124=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF7C is #3F5083. Grayscale: #AEAEAE. Windows color (decimal): -4149380 or 8171456. OLE color: 8171456.

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

Color convert

RGB 192 175 124 -
CMYK 0 0.09 0.35 0.25
HSL 45º 0.35% 0.62% -
HSV(B) 45º 0.35% 0.75% -
XYZ 40.71 43.32 25.29 -
YUV 174.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 192 175 124 0 0.09 0.35 0.25 45 0.35 0.62
Hex C0 AF 7C 0 9 23 19 2D 23 3E
Octal 300 257 174 0 11 43 31 55 43 76
Binary 11000000 10101111 1111100 0 1001 100011 11001 101101 100011 111110

Color Harmonies of #C0AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF7C

Black with #C0AF7C

Text Example


Text Example

White with #C0AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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