Html Css Color HEX #C0A360 Laser

📋 copy color: '#C0A360'

red 192 ◦ green 163 ◦ blue 96

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

Shades of Laser #C0A360

Tints of Laser #C0A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 42.57%
G = 36.14%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0A360 (or 0xC0A360) is known color: Laser. HEX triplet: C0, A3 and 60. RGB value is (192,163,96). Sum of RGB (Red+Green+Blue) = 192+163+96=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A360 is #3F5C9F. Grayscale: #A4A4A4. Windows color (decimal): -4152480 or 6333376. OLE color: 6333376.

HSL color Cylindrical-coordinate representation of color #C0A360: hue angle of 41.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0A360 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 96 -
CMYK 0 0.15 0.50 0.25
HSL 41.88º 0.43% 0.56% -
HSV(B) 41.88º 0.5% 0.75% -
XYZ 36.95 38.25 16.5 -
YUV 164.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 192 163 96 0 0.15 0.50 0.25 41.88 0.43 0.56
Hex C0 A3 60 0 F 32 19 2A 2B 38
Octal 300 243 140 0 17 62 31 52 53 70
Binary 11000000 10100011 1100000 0 1111 110010 11001 101010 101011 111000

Color Harmonies of #C0A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A360

Black with #C0A360

Text Example


Text Example

White with #C0A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A360; }

 p { color: rgb(192,163,96); }

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

background-color css

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

 a { background-color: rgb(192,163,96); }

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

border-color css

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

 span { border-color: rgb(192,163,96); }

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