Html Css Color HEX #C0A962 Laser

📋 copy color: '#C0A962'

red 192 ◦ green 169 ◦ blue 98

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

Shades of Laser #C0A962

Tints of Laser #C0A962

RGB

 RED value IS 192 (75.39% from 255) = 41.83%

 GREEN value IS 169 (66.41% from 255) = 36.82%

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

R = 41.83%
G = 36.82%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0A962 (or 0xC0A962) is known color: Laser. HEX triplet: C0, A9 and 62. RGB value is (192,169,98). Sum of RGB (Red+Green+Blue) = 192+169+98=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A962 is #3F569D. Grayscale: #A8A8A8. Windows color (decimal): -4150942 or 6465984. OLE color: 6465984.

HSL color Cylindrical-coordinate representation of color #C0A962: hue angle of 45.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0A962 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 98 -
CMYK 0 0.12 0.49 0.25
HSL 45.32º 0.43% 0.57% -
HSV(B) 45.32º 0.49% 0.75% -
XYZ 38.13 40.46 17.36 -
YUV 167.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 192 169 98 0 0.12 0.49 0.25 45.32 0.43 0.57
Hex C0 A9 62 0 C 31 19 2D 2B 39
Octal 300 251 142 0 14 61 31 55 53 71
Binary 11000000 10101001 1100010 0 1100 110001 11001 101101 101011 111001

Color Harmonies of #C0A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A962

Black with #C0A962

Text Example


Text Example

White with #C0A962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A962; }

 p { color: rgb(192,169,98); }

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

background-color css

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

 a { background-color: rgb(192,169,98); }

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

border-color css

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

 span { border-color: rgb(192,169,98); }

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