Html Css Color HEX #C0AE7A Ecru

📋 copy color: '#C0AE7A'

red 192 ◦ green 174 ◦ blue 122

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

Shades of Ecru #C0AE7A

Tints of Ecru #C0AE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25%

R = 39.34%
G = 35.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0AE7A (or 0xC0AE7A) is known color: Ecru. HEX triplet: C0, AE and 7A. RGB value is (192,174,122). Sum of RGB (Red+Green+Blue) = 192+174+122=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE7A is #3F5185. Grayscale: #ADADAD. Windows color (decimal): -4149638 or 8040128. OLE color: 8040128.

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

Color convert

RGB 192 174 122 -
CMYK 0 0.09 0.36 0.25
HSL 44.57º 0.36% 0.62% -
HSV(B) 44.57º 0.36% 0.75% -
XYZ 40.39 42.88 24.56 -
YUV 173.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 192 174 122 0 0.09 0.36 0.25 44.57 0.36 0.62
Hex C0 AE 7A 0 9 24 19 2D 24 3E
Octal 300 256 172 0 11 44 31 55 44 76
Binary 11000000 10101110 1111010 0 1001 100100 11001 101101 100100 111110

Color Harmonies of #C0AE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE7A

Black with #C0AE7A

Text Example


Text Example

White with #C0AE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE7A; }

 p { color: rgb(192,174,122); }

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

background-color css

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

 a { background-color: rgb(192,174,122); }

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

border-color css

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

 span { border-color: rgb(192,174,122); }

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