Html Css Color HEX #C0A15F Laser

📋 copy color: '#C0A15F'

red 192 ◦ green 161 ◦ blue 95

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

Shades of Laser #C0A15F

Tints of Laser #C0A15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.21%

R = 42.86%
G = 35.94%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0A15F (or 0xC0A15F) is known color: Laser. HEX triplet: C0, A1 and 5F. RGB value is (192,161,95). Sum of RGB (Red+Green+Blue) = 192+161+95=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A15F is #3F5EA0. Grayscale: #A3A3A3. Windows color (decimal): -4152993 or 6267328. OLE color: 6267328.

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

Color convert

RGB 192 161 95 -
CMYK 0 0.16 0.51 0.25
HSL 40.82º 0.43% 0.56% -
HSV(B) 40.82º 0.51% 0.75% -
XYZ 36.55 37.52 16.14 -
YUV 162.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 192 161 95 0 0.16 0.51 0.25 40.82 0.43 0.56
Hex C0 A1 5F 0 10 33 19 29 2B 38
Octal 300 241 137 0 20 63 31 51 53 70
Binary 11000000 10100001 1011111 0 10000 110011 11001 101001 101011 111000

Color Harmonies of #C0A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A15F

Black with #C0A15F

Text Example


Text Example

White with #C0A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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