Html Css Color HEX #C2AF83 Ecru

📋 copy color: '#C2AF83'

red 194 ◦ green 175 ◦ blue 131

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

Shades of Ecru #C2AF83

Tints of Ecru #C2AF83

RGB

 RED value IS 194 (76.17% from 255) = 38.8%

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

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

R = 38.8%
G = 35%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C2AF83 (or 0xC2AF83) is known color: Ecru. HEX triplet: C2, AF and 83. RGB value is (194,175,131). Sum of RGB (Red+Green+Blue) = 194+175+131=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF83 is #3D507C. Grayscale: #AFAFAF. Windows color (decimal): -4018301 or 8630210. OLE color: 8630210.

HSL color Cylindrical-coordinate representation of color #C2AF83: hue angle of 41.9º degrees, saturation: 0.34, 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 #C2AF83 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 131 -
CMYK 0 0.10 0.32 0.24
HSL 41.9º 0.34% 0.64% -
HSV(B) 41.9º 0.32% 0.76% -
XYZ 41.67 43.77 27.72 -
YUV 175.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 194 175 131 0 0.10 0.32 0.24 41.9 0.34 0.64
Hex C2 AF 83 0 A 20 18 2A 22 40
Octal 302 257 203 0 12 40 30 52 42 100
Binary 11000010 10101111 10000011 0 1010 100000 11000 101010 100010 1000000

Color Harmonies of #C2AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF83

Black with #C2AF83

Text Example


Text Example

White with #C2AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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