Html Css Color HEX #C1AF83 Ecru

📋 copy color: '#C1AF83'

red 193 ◦ green 175 ◦ blue 131

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

Shades of Ecru #C1AF83

Tints of Ecru #C1AF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 38.68%
G = 35.07%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C1AF83 (or 0xC1AF83) is known color: Ecru. HEX triplet: C1, AF and 83. RGB value is (193,175,131). Sum of RGB (Red+Green+Blue) = 193+175+131=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF83 is #3E507C. Grayscale: #AFAFAF. Windows color (decimal): -4083837 or 8630209. OLE color: 8630209.

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

Color convert

RGB 193 175 131 -
CMYK 0 0.09 0.32 0.24
HSL 42.58º 0.33% 0.64% -
HSV(B) 42.58º 0.32% 0.76% -
XYZ 41.42 43.64 27.71 -
YUV 175.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 193 175 131 0 0.09 0.32 0.24 42.58 0.33 0.64
Hex C1 AF 83 0 9 20 18 2B 21 40
Octal 301 257 203 0 11 40 30 53 41 100
Binary 11000001 10101111 10000011 0 1001 100000 11000 101011 100001 1000000

Color Harmonies of #C1AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF83

Black with #C1AF83

Text Example


Text Example

White with #C1AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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