Html Css Color HEX #C0AD7A Ecru

📋 copy color: '#C0AD7A'

red 192 ◦ green 173 ◦ blue 122

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

Shades of Ecru #C0AD7A

Tints of Ecru #C0AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

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

R = 39.43%
G = 35.52%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0AD7A (or 0xC0AD7A) is known color: Ecru. HEX triplet: C0, AD and 7A. RGB value is (192,173,122). Sum of RGB (Red+Green+Blue) = 192+173+122=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD7A is #3F5285. Grayscale: #ADADAD. Windows color (decimal): -4149894 or 8039872. OLE color: 8039872.

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

Color convert

RGB 192 173 122 -
CMYK 0 0.10 0.36 0.25
HSL 43.71º 0.36% 0.62% -
HSV(B) 43.71º 0.36% 0.75% -
XYZ 40.19 42.5 24.5 -
YUV 172.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 192 173 122 0 0.10 0.36 0.25 43.71 0.36 0.62
Hex C0 AD 7A 0 A 24 19 2C 24 3E
Octal 300 255 172 0 12 44 31 54 44 76
Binary 11000000 10101101 1111010 0 1010 100100 11001 101100 100100 111110

Color Harmonies of #C0AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD7A

Black with #C0AD7A

Text Example


Text Example

White with #C0AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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