Html Css Color HEX #C0A15D Laser

📋 copy color: '#C0A15D'

red 192 ◦ green 161 ◦ blue 93

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

Shades of Laser #C0A15D

Tints of Laser #C0A15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

 BLUE value IS 93 (36.72% from 255) = 20.85%

R = 43.05%
G = 36.1%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0A15D (or 0xC0A15D) is known color: Laser. HEX triplet: C0, A1 and 5D. RGB value is (192,161,93). Sum of RGB (Red+Green+Blue) = 192+161+93=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A15D is #3F5EA2. Grayscale: #A2A2A2. Windows color (decimal): -4152995 or 6136256. OLE color: 6136256.

HSL color Cylindrical-coordinate representation of color #C0A15D: hue angle of 41.21º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0A15D is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 93 -
CMYK 0 0.16 0.52 0.25
HSL 41.21º 0.44% 0.56% -
HSV(B) 41.21º 0.52% 0.75% -
XYZ 36.46 37.49 15.67 -
YUV 162.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 192 161 93 0 0.16 0.52 0.25 41.21 0.44 0.56
Hex C0 A1 5D 0 10 34 19 29 2C 38
Octal 300 241 135 0 20 64 31 51 54 70
Binary 11000000 10100001 1011101 0 10000 110100 11001 101001 101100 111000

Color Harmonies of #C0A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A15D

Black with #C0A15D

Text Example


Text Example

White with #C0A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A15D; }

 p { color: rgb(192,161,93); }

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

background-color css

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

 a { background-color: rgb(192,161,93); }

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

border-color css

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

 span { border-color: rgb(192,161,93); }

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