Html Css Color HEX #C0A364 Laser

📋 copy color: '#C0A364'

red 192 ◦ green 163 ◦ blue 100

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

Shades of Laser #C0A364

Tints of Laser #C0A364

RGB

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

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

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

R = 42.2%
G = 35.82%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0A364 (or 0xC0A364) is known color: Laser. HEX triplet: C0, A3 and 64. RGB value is (192,163,100). Sum of RGB (Red+Green+Blue) = 192+163+100=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A364 is #3F5C9B. Grayscale: #A4A4A4. Windows color (decimal): -4152476 or 6595520. OLE color: 6595520.

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

Color convert

RGB 192 163 100 -
CMYK 0 0.15 0.48 0.25
HSL 41.09º 0.42% 0.57% -
HSV(B) 41.09º 0.48% 0.75% -
XYZ 37.14 38.32 17.5 -
YUV 164.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 192 163 100 0 0.15 0.48 0.25 41.09 0.42 0.57
Hex C0 A3 64 0 F 30 19 29 2A 39
Octal 300 243 144 0 17 60 31 51 52 71
Binary 11000000 10100011 1100100 0 1111 110000 11001 101001 101010 111001

Color Harmonies of #C0A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A364

Black with #C0A364

Text Example


Text Example

White with #C0A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A364; }

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

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

background-color css

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

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

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

border-color css

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

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

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