Html Css Color HEX #C3AD7D Ecru

📋 copy color: '#C3AD7D'

red 195 ◦ green 173 ◦ blue 125

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

Shades of Ecru #C3AD7D

Tints of Ecru #C3AD7D

RGB

 RED value IS 195 (76.56% from 255) = 39.55%

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

 BLUE value IS 125 (49.22% from 255) = 25.35%

R = 39.55%
G = 35.09%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3AD7D (or 0xC3AD7D) is known color: Ecru. HEX triplet: C3, AD and 7D. RGB value is (195,173,125). Sum of RGB (Red+Green+Blue) = 195+173+125=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD7D is #3C5282. Grayscale: #AEAEAE. Windows color (decimal): -3953283 or 8236483. OLE color: 8236483.

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

Color convert

RGB 195 173 125 -
CMYK 0 0.11 0.36 0.24
HSL 41.14º 0.37% 0.63% -
HSV(B) 41.14º 0.36% 0.76% -
XYZ 41.15 42.97 25.53 -
YUV 174.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 195 173 125 0 0.11 0.36 0.24 41.14 0.37 0.63
Hex C3 AD 7D 0 B 24 18 29 25 3F
Octal 303 255 175 0 13 44 30 51 45 77
Binary 11000011 10101101 1111101 0 1011 100100 11000 101001 100101 111111

Color Harmonies of #C3AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD7D

Black with #C3AD7D

Text Example


Text Example

White with #C3AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD7D; }

 p { color: rgb(195,173,125); }

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

background-color css

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

 a { background-color: rgb(195,173,125); }

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

border-color css

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

 span { border-color: rgb(195,173,125); }

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