Html Css Color HEX #C2AD62 Laser

📋 copy color: '#C2AD62'

red 194 ◦ green 173 ◦ blue 98

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

Shades of Laser #C2AD62

Tints of Laser #C2AD62

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 41.72%
G = 37.2%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2AD62 (or 0xC2AD62) is known color: Laser. HEX triplet: C2, AD and 62. RGB value is (194,173,98). Sum of RGB (Red+Green+Blue) = 194+173+98=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD62 is #3D529D. Grayscale: #ABABAB. Windows color (decimal): -4018846 or 6467010. OLE color: 6467010.

HSL color Cylindrical-coordinate representation of color #C2AD62: hue angle of 46.88º 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 #C2AD62 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 98 -
CMYK 0 0.11 0.49 0.24
HSL 46.88º 0.44% 0.57% -
HSV(B) 46.88º 0.49% 0.76% -
XYZ 39.4 42.24 17.63 -
YUV 170.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 194 173 98 0 0.11 0.49 0.24 46.88 0.44 0.57
Hex C2 AD 62 0 B 31 18 2F 2C 39
Octal 302 255 142 0 13 61 30 57 54 71
Binary 11000010 10101101 1100010 0 1011 110001 11000 101111 101100 111001

Color Harmonies of #C2AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD62

Black with #C2AD62

Text Example


Text Example

White with #C2AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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