Html Css Color HEX #C2AF5F Laser

📋 copy color: '#C2AF5F'

red 194 ◦ green 175 ◦ blue 95

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

Shades of Laser #C2AF5F

Tints of Laser #C2AF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.47%

R = 41.81%
G = 37.72%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2AF5F (or 0xC2AF5F) is known color: Laser. HEX triplet: C2, AF and 5F. RGB value is (194,175,95). Sum of RGB (Red+Green+Blue) = 194+175+95=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF5F is #3D50A0. Grayscale: #ABABAB. Windows color (decimal): -4018337 or 6270914. OLE color: 6270914.

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

Color convert

RGB 194 175 95 -
CMYK 0 0.10 0.51 0.24
HSL 48.48º 0.45% 0.57% -
HSV(B) 48.48º 0.51% 0.76% -
XYZ 39.64 42.96 17.03 -
YUV 171.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 194 175 95 0 0.10 0.51 0.24 48.48 0.45 0.57
Hex C2 AF 5F 0 A 33 18 30 2D 39
Octal 302 257 137 0 12 63 30 60 55 71
Binary 11000010 10101111 1011111 0 1010 110011 11000 110000 101101 111001

Color Harmonies of #C2AF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF5F

Black with #C2AF5F

Text Example


Text Example

White with #C2AF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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