Html Css Color HEX #C0AB62 Laser

📋 copy color: '#C0AB62'

red 192 ◦ green 171 ◦ blue 98

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

Shades of Laser #C0AB62

Tints of Laser #C0AB62

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 41.65%
G = 37.09%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0AB62 (or 0xC0AB62) is known color: Laser. HEX triplet: C0, AB and 62. RGB value is (192,171,98). Sum of RGB (Red+Green+Blue) = 192+171+98=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB62 is #3F549D. Grayscale: #A9A9A9. Windows color (decimal): -4150430 or 6466496. OLE color: 6466496.

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

Color convert

RGB 192 171 98 -
CMYK 0 0.11 0.49 0.25
HSL 46.6º 0.43% 0.57% -
HSV(B) 46.6º 0.49% 0.75% -
XYZ 38.51 41.21 17.48 -
YUV 168.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 192 171 98 0 0.11 0.49 0.25 46.6 0.43 0.57
Hex C0 AB 62 0 B 31 19 2F 2B 39
Octal 300 253 142 0 13 61 31 57 53 71
Binary 11000000 10101011 1100010 0 1011 110001 11001 101111 101011 111001

Color Harmonies of #C0AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB62

Black with #C0AB62

Text Example


Text Example

White with #C0AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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