Html Css Color HEX #C4AF7A Ecru

📋 copy color: '#C4AF7A'

red 196 ◦ green 175 ◦ blue 122

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

Shades of Ecru #C4AF7A

Tints of Ecru #C4AF7A

RGB

 RED value IS 196 (76.95% from 255) = 39.76%

 GREEN value IS 175 (68.75% from 255) = 35.5%

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

R = 39.76%
G = 35.5%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4AF7A (or 0xC4AF7A) is known color: Ecru. HEX triplet: C4, AF and 7A. RGB value is (196,175,122). Sum of RGB (Red+Green+Blue) = 196+175+122=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF7A is #3B5085. Grayscale: #AFAFAF. Windows color (decimal): -3887238 or 8040388. OLE color: 8040388.

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

Color convert

RGB 196 175 122 -
CMYK 0 0.11 0.38 0.23
HSL 42.97º 0.39% 0.62% -
HSV(B) 42.97º 0.38% 0.77% -
XYZ 41.61 43.8 24.67 -
YUV 175.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 196 175 122 0 0.11 0.38 0.23 42.97 0.39 0.62
Hex C4 AF 7A 0 B 26 17 2B 27 3E
Octal 304 257 172 0 13 46 27 53 47 76
Binary 11000100 10101111 1111010 0 1011 100110 10111 101011 100111 111110

Color Harmonies of #C4AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF7A

Black with #C4AF7A

Text Example


Text Example

White with #C4AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF7A; }

 p { color: rgb(196,175,122); }

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

background-color css

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

 a { background-color: rgb(196,175,122); }

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

border-color css

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

 span { border-color: rgb(196,175,122); }

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