Html Css Color HEX #C2AE62 Laser

📋 copy color: '#C2AE62'

red 194 ◦ green 174 ◦ blue 98

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

Shades of Laser #C2AE62

Tints of Laser #C2AE62

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 41.63%
G = 37.34%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2AE62 (or 0xC2AE62) is known color: Laser. HEX triplet: C2, AE and 62. RGB value is (194,174,98). Sum of RGB (Red+Green+Blue) = 194+174+98=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE62 is #3D519D. Grayscale: #ABABAB. Windows color (decimal): -4018590 or 6467266. OLE color: 6467266.

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

Color convert

RGB 194 174 98 -
CMYK 0 0.10 0.49 0.24
HSL 47.5º 0.44% 0.57% -
HSV(B) 47.5º 0.49% 0.76% -
XYZ 39.59 42.62 17.7 -
YUV 171.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 194 174 98 0 0.10 0.49 0.24 47.5 0.44 0.57
Hex C2 AE 62 0 A 31 18 30 2C 39
Octal 302 256 142 0 12 61 30 60 54 71
Binary 11000010 10101110 1100010 0 1010 110001 11000 110000 101100 111001

Color Harmonies of #C2AE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE62

Black with #C2AE62

Text Example


Text Example

White with #C2AE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE62; }

 p { color: rgb(194,174,98); }

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

background-color css

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

 a { background-color: rgb(194,174,98); }

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

border-color css

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

 span { border-color: rgb(194,174,98); }

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