Html Css Color HEX #C0A97A Ecru

📋 copy color: '#C0A97A'

red 192 ◦ green 169 ◦ blue 122

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

Shades of Ecru #C0A97A

Tints of Ecru #C0A97A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.99%

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

R = 39.75%
G = 34.99%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0A97A (or 0xC0A97A) is known color: Ecru. HEX triplet: C0, A9 and 7A. RGB value is (192,169,122). Sum of RGB (Red+Green+Blue) = 192+169+122=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A97A is #3F5685. Grayscale: #AAAAAA. Windows color (decimal): -4150918 or 8038848. OLE color: 8038848.

HSL color Cylindrical-coordinate representation of color #C0A97A: hue angle of 40.29º 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 #C0A97A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 122 -
CMYK 0 0.12 0.36 0.25
HSL 40.29º 0.36% 0.62% -
HSV(B) 40.29º 0.36% 0.75% -
XYZ 39.44 40.99 24.25 -
YUV 170.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 192 169 122 0 0.12 0.36 0.25 40.29 0.36 0.62
Hex C0 A9 7A 0 C 24 19 28 24 3E
Octal 300 251 172 0 14 44 31 50 44 76
Binary 11000000 10101001 1111010 0 1100 100100 11001 101000 100100 111110

Color Harmonies of #C0A97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A97A

Black with #C0A97A

Text Example


Text Example

White with #C0A97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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