Html Css Color HEX #C0AB58 Laser

📋 copy color: '#C0AB58'

red 192 ◦ green 171 ◦ blue 88

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

Shades of Laser #C0AB58

Tints of Laser #C0AB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.51%

R = 42.57%
G = 37.92%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0AB58 (or 0xC0AB58) is known color: Laser. HEX triplet: C0, AB and 58. RGB value is (192,171,88). Sum of RGB (Red+Green+Blue) = 192+171+88=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB58 is #3F54A7. Grayscale: #A8A8A8. Windows color (decimal): -4150440 or 5811136. OLE color: 5811136.

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

Color convert

RGB 192 171 88 -
CMYK 0 0.11 0.54 0.25
HSL 47.88º 0.45% 0.55% -
HSV(B) 47.88º 0.54% 0.75% -
XYZ 38.06 41.04 15.15 -
YUV 167.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 192 171 88 0 0.11 0.54 0.25 47.88 0.45 0.55
Hex C0 AB 58 0 B 36 19 30 2D 37
Octal 300 253 130 0 13 66 31 60 55 67
Binary 11000000 10101011 1011000 0 1011 110110 11001 110000 101101 110111

Color Harmonies of #C0AB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB58

Black with #C0AB58

Text Example


Text Example

White with #C0AB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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