Html Css Color HEX #C0A759 Laser

📋 copy color: '#C0A759'

red 192 ◦ green 167 ◦ blue 89

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

Shades of Laser #C0A759

Tints of Laser #C0A759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.28%

 BLUE value IS 89 (35.16% from 255) = 19.87%

R = 42.86%
G = 37.28%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0A759 (or 0xC0A759) is known color: Laser. HEX triplet: C0, A7 and 59. RGB value is (192,167,89). Sum of RGB (Red+Green+Blue) = 192+167+89=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A759 is #3F58A6. Grayscale: #A5A5A5. Windows color (decimal): -4151463 or 5875648. OLE color: 5875648.

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

Color convert

RGB 192 167 89 -
CMYK 0 0.13 0.54 0.25
HSL 45.44º 0.45% 0.55% -
HSV(B) 45.44º 0.54% 0.75% -
XYZ 37.36 39.57 15.12 -
YUV 165.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 192 167 89 0 0.13 0.54 0.25 45.44 0.45 0.55
Hex C0 A7 59 0 D 36 19 2D 2D 37
Octal 300 247 131 0 15 66 31 55 55 67
Binary 11000000 10100111 1011001 0 1101 110110 11001 101101 101101 110111

Color Harmonies of #C0A759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A759

Black with #C0A759

Text Example


Text Example

White with #C0A759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A759; }

 p { color: rgb(192,167,89); }

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

background-color css

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

 a { background-color: rgb(192,167,89); }

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

border-color css

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

 span { border-color: rgb(192,167,89); }

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