Html Css Color HEX #C2AF5E Laser

📋 copy color: '#C2AF5E'

red 194 ◦ green 175 ◦ blue 94

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

Shades of Laser #C2AF5E

Tints of Laser #C2AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 41.9%
G = 37.8%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2AF5E (or 0xC2AF5E) is known color: Laser. HEX triplet: C2, AF and 5E. RGB value is (194,175,94). Sum of RGB (Red+Green+Blue) = 194+175+94=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF5E is #3D50A1. Grayscale: #ABABAB. Windows color (decimal): -4018338 or 6205378. OLE color: 6205378.

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

Color convert

RGB 194 175 94 -
CMYK 0 0.10 0.52 0.24
HSL 48.6º 0.45% 0.56% -
HSV(B) 48.6º 0.52% 0.76% -
XYZ 39.6 42.94 16.79 -
YUV 171.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 194 175 94 0 0.10 0.52 0.24 48.6 0.45 0.56
Hex C2 AF 5E 0 A 34 18 31 2D 38
Octal 302 257 136 0 12 64 30 61 55 70
Binary 11000010 10101111 1011110 0 1010 110100 11000 110001 101101 111000

Color Harmonies of #C2AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF5E

Black with #C2AF5E

Text Example


Text Example

White with #C2AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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