Html Css Color HEX #C2AF7C Ecru

📋 copy color: '#C2AF7C'

red 194 ◦ green 175 ◦ blue 124

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

Shades of Ecru #C2AF7C

Tints of Ecru #C2AF7C

RGB

 RED value IS 194 (76.17% from 255) = 39.35%

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

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

R = 39.35%
G = 35.5%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2AF7C (or 0xC2AF7C) is known color: Ecru. HEX triplet: C2, AF and 7C. RGB value is (194,175,124). Sum of RGB (Red+Green+Blue) = 194+175+124=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF7C is #3D5083. Grayscale: #AFAFAF. Windows color (decimal): -4018308 or 8171458. OLE color: 8171458.

HSL color Cylindrical-coordinate representation of color #C2AF7C: hue angle of 43.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2AF7C is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 124 -
CMYK 0 0.10 0.36 0.24
HSL 43.71º 0.36% 0.62% -
HSV(B) 43.71º 0.36% 0.76% -
XYZ 41.22 43.58 25.31 -
YUV 174.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 194 175 124 0 0.10 0.36 0.24 43.71 0.36 0.62
Hex C2 AF 7C 0 A 24 18 2C 24 3E
Octal 302 257 174 0 12 44 30 54 44 76
Binary 11000010 10101111 1111100 0 1010 100100 11000 101100 100100 111110

Color Harmonies of #C2AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF7C

Black with #C2AF7C

Text Example


Text Example

White with #C2AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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