Html Css Color HEX #C0AB74 Ecru

📋 copy color: '#C0AB74'

red 192 ◦ green 171 ◦ blue 116

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

Shades of Ecru #C0AB74

Tints of Ecru #C0AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 40.08%
G = 35.7%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0AB74 (or 0xC0AB74) is known color: Ecru. HEX triplet: C0, AB and 74. RGB value is (192,171,116). Sum of RGB (Red+Green+Blue) = 192+171+116=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB74 is #3F548B. Grayscale: #ABABAB. Windows color (decimal): -4150412 or 7646144. OLE color: 7646144.

HSL color Cylindrical-coordinate representation of color #C0AB74: hue angle of 43.42º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0AB74 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 116 -
CMYK 0 0.11 0.40 0.25
HSL 43.42º 0.38% 0.6% -
HSV(B) 43.42º 0.4% 0.75% -
XYZ 39.45 41.59 22.47 -
YUV 171.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 192 171 116 0 0.11 0.40 0.25 43.42 0.38 0.6
Hex C0 AB 74 0 B 28 19 2B 26 3C
Octal 300 253 164 0 13 50 31 53 46 74
Binary 11000000 10101011 1110100 0 1011 101000 11001 101011 100110 111100

Color Harmonies of #C0AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB74

Black with #C0AB74

Text Example


Text Example

White with #C0AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB74; }

 p { color: rgb(192,171,116); }

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

background-color css

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

 a { background-color: rgb(192,171,116); }

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

border-color css

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

 span { border-color: rgb(192,171,116); }

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