Html Css Color HEX #C0A560 Laser

📋 copy color: '#C0A560'

red 192 ◦ green 165 ◦ blue 96

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

Shades of Laser #C0A560

Tints of Laser #C0A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

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

R = 42.38%
G = 36.42%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0A560 (or 0xC0A560) is known color: Laser. HEX triplet: C0, A5 and 60. RGB value is (192,165,96). Sum of RGB (Red+Green+Blue) = 192+165+96=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A560 is #3F5A9F. Grayscale: #A5A5A5. Windows color (decimal): -4151968 or 6333888. OLE color: 6333888.

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

Color convert

RGB 192 165 96 -
CMYK 0 0.14 0.50 0.25
HSL 43.13º 0.43% 0.56% -
HSV(B) 43.13º 0.5% 0.75% -
XYZ 37.3 38.96 16.62 -
YUV 165.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 192 165 96 0 0.14 0.50 0.25 43.13 0.43 0.56
Hex C0 A5 60 0 E 32 19 2B 2B 38
Octal 300 245 140 0 16 62 31 53 53 70
Binary 11000000 10100101 1100000 0 1110 110010 11001 101011 101011 111000

Color Harmonies of #C0A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A560

Black with #C0A560

Text Example


Text Example

White with #C0A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A560; }

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

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

background-color css

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

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

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

border-color css

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

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

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