Html Css Color HEX #C2AE7F Ecru

📋 copy color: '#C2AE7F'

red 194 ◦ green 174 ◦ blue 127

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

Shades of Ecru #C2AE7F

Tints of Ecru #C2AE7F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.15%

 BLUE value IS 127 (50% from 255) = 25.66%

R = 39.19%
G = 35.15%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2AE7F (or 0xC2AE7F) is known color: Ecru. HEX triplet: C2, AE and 7F. RGB value is (194,174,127). Sum of RGB (Red+Green+Blue) = 194+174+127=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE7F is #3D5180. Grayscale: #AEAEAE. Windows color (decimal): -4018561 or 8367810. OLE color: 8367810.

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

Color convert

RGB 194 174 127 -
CMYK 0 0.10 0.35 0.24
HSL 42.09º 0.35% 0.63% -
HSV(B) 42.09º 0.35% 0.76% -
XYZ 41.21 43.27 26.26 -
YUV 174.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 194 174 127 0 0.10 0.35 0.24 42.09 0.35 0.63
Hex C2 AE 7F 0 A 23 18 2A 23 3F
Octal 302 256 177 0 12 43 30 52 43 77
Binary 11000010 10101110 1111111 0 1010 100011 11000 101010 100011 111111

Color Harmonies of #C2AE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE7F

Black with #C2AE7F

Text Example


Text Example

White with #C2AE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE7F; }

 p { color: rgb(194,174,127); }

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

background-color css

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

 a { background-color: rgb(194,174,127); }

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

border-color css

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

 span { border-color: rgb(194,174,127); }

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