Html Css Color HEX #C0AC7A Ecru

📋 copy color: '#C0AC7A'

red 192 ◦ green 172 ◦ blue 122

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

Shades of Ecru #C0AC7A

Tints of Ecru #C0AC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 39.51%
G = 35.39%
B = 25.1%

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

#C0AC7A (or 0xC0AC7A) is known color: Ecru. HEX triplet: C0, AC and 7A. RGB value is (192,172,122). Sum of RGB (Red+Green+Blue) = 192+172+122=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC7A is #3F5385. Grayscale: #ACACAC. Windows color (decimal): -4150150 or 8039616. OLE color: 8039616.

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

Color convert

RGB 192 172 122 -
CMYK 0 0.10 0.36 0.25
HSL 42.86º 0.36% 0.62% -
HSV(B) 42.86º 0.36% 0.75% -
XYZ 40 42.12 24.43 -
YUV 172.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 192 172 122 0 0.10 0.36 0.25 42.86 0.36 0.62
Hex C0 AC 7A 0 A 24 19 2B 24 3E
Octal 300 254 172 0 12 44 31 53 44 76
Binary 11000000 10101100 1111010 0 1010 100100 11001 101011 100100 111110

Color Harmonies of #C0AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC7A

Black with #C0AC7A

Text Example


Text Example

White with #C0AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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