Html Css Color HEX #C1AF7F Ecru

📋 copy color: '#C1AF7F'

red 193 ◦ green 175 ◦ blue 127

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

Shades of Ecru #C1AF7F

Tints of Ecru #C1AF7F

RGB

 RED value IS 193 (75.78% from 255) = 38.99%

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 38.99%
G = 35.35%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1AF7F (or 0xC1AF7F) is known color: Ecru. HEX triplet: C1, AF and 7F. RGB value is (193,175,127). Sum of RGB (Red+Green+Blue) = 193+175+127=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF7F is #3E5080. Grayscale: #AFAFAF. Windows color (decimal): -4083841 or 8368065. OLE color: 8368065.

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

Color convert

RGB 193 175 127 -
CMYK 0 0.09 0.34 0.24
HSL 43.64º 0.35% 0.63% -
HSV(B) 43.64º 0.34% 0.76% -
XYZ 41.15 43.53 26.31 -
YUV 174.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 193 175 127 0 0.09 0.34 0.24 43.64 0.35 0.63
Hex C1 AF 7F 0 9 22 18 2C 23 3F
Octal 301 257 177 0 11 42 30 54 43 77
Binary 11000001 10101111 1111111 0 1001 100010 11000 101100 100011 111111

Color Harmonies of #C1AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF7F

Black with #C1AF7F

Text Example


Text Example

White with #C1AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF7F; }

 p { color: rgb(193,175,127); }

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

background-color css

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

 a { background-color: rgb(193,175,127); }

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

border-color css

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

 span { border-color: rgb(193,175,127); }

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