Html Css Color HEX #C0AB64 Laser

📋 copy color: '#C0AB64'

red 192 ◦ green 171 ◦ blue 100

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

Shades of Laser #C0AB64

Tints of Laser #C0AB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 41.47%
G = 36.93%
B = 21.6%

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

#C0AB64 (or 0xC0AB64) is known color: Laser. HEX triplet: C0, AB and 64. RGB value is (192,171,100). Sum of RGB (Red+Green+Blue) = 192+171+100=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB64 is #3F549B. Grayscale: #A9A9A9. Windows color (decimal): -4150428 or 6597568. OLE color: 6597568.

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

Color convert

RGB 192 171 100 -
CMYK 0 0.11 0.48 0.25
HSL 46.3º 0.42% 0.57% -
HSV(B) 46.3º 0.48% 0.75% -
XYZ 38.6 41.25 17.98 -
YUV 169.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 192 171 100 0 0.11 0.48 0.25 46.3 0.42 0.57
Hex C0 AB 64 0 B 30 19 2E 2A 39
Octal 300 253 144 0 13 60 31 56 52 71
Binary 11000000 10101011 1100100 0 1011 110000 11001 101110 101010 111001

Color Harmonies of #C0AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB64

Black with #C0AB64

Text Example


Text Example

White with #C0AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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