Html Css Color HEX #C0AB63 Laser

📋 copy color: '#C0AB63'

red 192 ◦ green 171 ◦ blue 99

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

Shades of Laser #C0AB63

Tints of Laser #C0AB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.43%

R = 41.56%
G = 37.01%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0AB63 (or 0xC0AB63) is known color: Laser. HEX triplet: C0, AB and 63. RGB value is (192,171,99). Sum of RGB (Red+Green+Blue) = 192+171+99=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB63 is #3F549C. Grayscale: #A9A9A9. Windows color (decimal): -4150429 or 6532032. OLE color: 6532032.

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

Color convert

RGB 192 171 99 -
CMYK 0 0.11 0.48 0.25
HSL 46.45º 0.42% 0.57% -
HSV(B) 46.45º 0.48% 0.75% -
XYZ 38.55 41.23 17.73 -
YUV 169.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 192 171 99 0 0.11 0.48 0.25 46.45 0.42 0.57
Hex C0 AB 63 0 B 30 19 2E 2A 39
Octal 300 253 143 0 13 60 31 56 52 71
Binary 11000000 10101011 1100011 0 1011 110000 11001 101110 101010 111001

Color Harmonies of #C0AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB63

Black with #C0AB63

Text Example


Text Example

White with #C0AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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