Html Css Color HEX #C2AD78 Ecru

📋 copy color: '#C2AD78'

red 194 ◦ green 173 ◦ blue 120

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

Shades of Ecru #C2AD78

Tints of Ecru #C2AD78

RGB

 RED value IS 194 (76.17% from 255) = 39.84%

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

 BLUE value IS 120 (47.27% from 255) = 24.64%

R = 39.84%
G = 35.52%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2AD78 (or 0xC2AD78) is known color: Ecru. HEX triplet: C2, AD and 78. RGB value is (194,173,120). Sum of RGB (Red+Green+Blue) = 194+173+120=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD78 is #3D5287. Grayscale: #ADADAD. Windows color (decimal): -4018824 or 7908802. OLE color: 7908802.

HSL color Cylindrical-coordinate representation of color #C2AD78: hue angle of 42.97º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2AD78 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 120 -
CMYK 0 0.11 0.38 0.24
HSL 42.97º 0.38% 0.62% -
HSV(B) 42.97º 0.38% 0.76% -
XYZ 40.58 42.71 23.87 -
YUV 173.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 194 173 120 0 0.11 0.38 0.24 42.97 0.38 0.62
Hex C2 AD 78 0 B 26 18 2B 26 3E
Octal 302 255 170 0 13 46 30 53 46 76
Binary 11000010 10101101 1111000 0 1011 100110 11000 101011 100110 111110

Color Harmonies of #C2AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD78

Black with #C2AD78

Text Example


Text Example

White with #C2AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD78; }

 p { color: rgb(194,173,120); }

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

background-color css

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

 a { background-color: rgb(194,173,120); }

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

border-color css

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

 span { border-color: rgb(194,173,120); }

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