Html Css Color HEX #C3AF7A Ecru

📋 copy color: '#C3AF7A'

red 195 ◦ green 175 ◦ blue 122

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

Shades of Ecru #C3AF7A

Tints of Ecru #C3AF7A

RGB

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

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

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

R = 39.63%
G = 35.57%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3AF7A (or 0xC3AF7A) is known color: Ecru. HEX triplet: C3, AF and 7A. RGB value is (195,175,122). Sum of RGB (Red+Green+Blue) = 195+175+122=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF7A is #3C5085. Grayscale: #AFAFAF. Windows color (decimal): -3952774 or 8040387. OLE color: 8040387.

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

Color convert

RGB 195 175 122 -
CMYK 0 0.10 0.37 0.24
HSL 43.56º 0.38% 0.62% -
HSV(B) 43.56º 0.37% 0.76% -
XYZ 41.35 43.67 24.66 -
YUV 174.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 195 175 122 0 0.10 0.37 0.24 43.56 0.38 0.62
Hex C3 AF 7A 0 A 25 18 2C 26 3E
Octal 303 257 172 0 12 45 30 54 46 76
Binary 11000011 10101111 1111010 0 1010 100101 11000 101100 100110 111110

Color Harmonies of #C3AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF7A

Black with #C3AF7A

Text Example


Text Example

White with #C3AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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