Html Css Color HEX #C0A564 Laser

📋 copy color: '#C0A564'

red 192 ◦ green 165 ◦ blue 100

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

Shades of Laser #C0A564

Tints of Laser #C0A564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 42.01%
G = 36.11%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0A564 (or 0xC0A564) is known color: Laser. HEX triplet: C0, A5 and 64. RGB value is (192,165,100). Sum of RGB (Red+Green+Blue) = 192+165+100=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A564 is #3F5A9B. Grayscale: #A5A5A5. Windows color (decimal): -4151964 or 6596032. OLE color: 6596032.

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

Color convert

RGB 192 165 100 -
CMYK 0 0.14 0.48 0.25
HSL 42.39º 0.42% 0.57% -
HSV(B) 42.39º 0.48% 0.75% -
XYZ 37.49 39.04 17.62 -
YUV 165.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 192 165 100 0 0.14 0.48 0.25 42.39 0.42 0.57
Hex C0 A5 64 0 E 30 19 2A 2A 39
Octal 300 245 144 0 16 60 31 52 52 71
Binary 11000000 10100101 1100100 0 1110 110000 11001 101010 101010 111001

Color Harmonies of #C0A564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A564

Black with #C0A564

Text Example


Text Example

White with #C0A564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A564; }

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

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

background-color css

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

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

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

border-color css

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

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

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