Html Css Color HEX #C0A963 Laser

📋 copy color: '#C0A963'

red 192 ◦ green 169 ◦ blue 99

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

Shades of Laser #C0A963

Tints of Laser #C0A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.74%

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

R = 41.74%
G = 36.74%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0A963 (or 0xC0A963) is known color: Laser. HEX triplet: C0, A9 and 63. RGB value is (192,169,99). Sum of RGB (Red+Green+Blue) = 192+169+99=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A963 is #3F569C. Grayscale: #A8A8A8. Windows color (decimal): -4150941 or 6531520. OLE color: 6531520.

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

Color convert

RGB 192 169 99 -
CMYK 0 0.12 0.48 0.25
HSL 45.16º 0.42% 0.57% -
HSV(B) 45.16º 0.48% 0.75% -
XYZ 38.18 40.48 17.61 -
YUV 167.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 192 169 99 0 0.12 0.48 0.25 45.16 0.42 0.57
Hex C0 A9 63 0 C 30 19 2D 2A 39
Octal 300 251 143 0 14 60 31 55 52 71
Binary 11000000 10101001 1100011 0 1100 110000 11001 101101 101010 111001

Color Harmonies of #C0A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A963

Black with #C0A963

Text Example


Text Example

White with #C0A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A963; }

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

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

background-color css

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

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

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

border-color css

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

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

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