Html Css Color HEX #C0AD75 Ecru

📋 copy color: '#C0AD75'

red 192 ◦ green 173 ◦ blue 117

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

Shades of Ecru #C0AD75

Tints of Ecru #C0AD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 39.83%
G = 35.89%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0AD75 (or 0xC0AD75) is known color: Ecru. HEX triplet: C0, AD and 75. RGB value is (192,173,117). Sum of RGB (Red+Green+Blue) = 192+173+117=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD75 is #3F528A. Grayscale: #ACACAC. Windows color (decimal): -4149899 or 7712192. OLE color: 7712192.

HSL color Cylindrical-coordinate representation of color #C0AD75: hue angle of 44.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0AD75 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 117 -
CMYK 0 0.10 0.39 0.25
HSL 44.8º 0.37% 0.61% -
HSV(B) 44.8º 0.39% 0.75% -
XYZ 39.89 42.38 22.91 -
YUV 172.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 192 173 117 0 0.10 0.39 0.25 44.8 0.37 0.61
Hex C0 AD 75 0 A 27 19 2D 25 3D
Octal 300 255 165 0 12 47 31 55 45 75
Binary 11000000 10101101 1110101 0 1010 100111 11001 101101 100101 111101

Color Harmonies of #C0AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD75

Black with #C0AD75

Text Example


Text Example

White with #C0AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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