Html Css Color HEX #C0A365 Laser

📋 copy color: '#C0A365'

red 192 ◦ green 163 ◦ blue 101

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

Shades of Laser #C0A365

Tints of Laser #C0A365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 42.11%
G = 35.75%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0A365 (or 0xC0A365) is known color: Laser. HEX triplet: C0, A3 and 65. RGB value is (192,163,101). Sum of RGB (Red+Green+Blue) = 192+163+101=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A365 is #3F5C9A. Grayscale: #A4A4A4. Windows color (decimal): -4152475 or 6661056. OLE color: 6661056.

HSL color Cylindrical-coordinate representation of color #C0A365: hue angle of 40.88º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0A365 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 101 -
CMYK 0 0.15 0.47 0.25
HSL 40.88º 0.42% 0.57% -
HSV(B) 40.88º 0.47% 0.75% -
XYZ 37.18 38.34 17.75 -
YUV 164.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 192 163 101 0 0.15 0.47 0.25 40.88 0.42 0.57
Hex C0 A3 65 0 F 2F 19 29 2A 39
Octal 300 243 145 0 17 57 31 51 52 71
Binary 11000000 10100011 1100101 0 1111 101111 11001 101001 101010 111001

Color Harmonies of #C0A365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A365

Black with #C0A365

Text Example


Text Example

White with #C0A365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A365; }

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

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

background-color css

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

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

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

border-color css

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

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

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