Html Css Color HEX #C5AB7F Ecru

📋 copy color: '#C5AB7F'

red 197 ◦ green 171 ◦ blue 127

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

Shades of Ecru #C5AB7F

Tints of Ecru #C5AB7F

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

 GREEN value IS 171 (67.19% from 255) = 34.55%

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

R = 39.8%
G = 34.55%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5AB7F (or 0xC5AB7F) is known color: Ecru. HEX triplet: C5, AB and 7F. RGB value is (197,171,127). Sum of RGB (Red+Green+Blue) = 197+171+127=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB7F is #3A5480. Grayscale: #ADADAD. Windows color (decimal): -3822721 or 8367045. OLE color: 8367045.

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

Color convert

RGB 197 171 127 -
CMYK 0 0.13 0.36 0.23
HSL 37.71º 0.38% 0.64% -
HSV(B) 37.71º 0.36% 0.77% -
XYZ 41.42 42.53 26.1 -
YUV 173.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 197 171 127 0 0.13 0.36 0.23 37.71 0.38 0.64
Hex C5 AB 7F 0 D 24 17 26 26 40
Octal 305 253 177 0 15 44 27 46 46 100
Binary 11000101 10101011 1111111 0 1101 100100 10111 100110 100110 1000000

Color Harmonies of #C5AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB7F

Black with #C5AB7F

Text Example


Text Example

White with #C5AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB7F; }

 p { color: rgb(197,171,127); }

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

background-color css

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

 a { background-color: rgb(197,171,127); }

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

border-color css

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

 span { border-color: rgb(197,171,127); }

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