Html Css Color HEX #C6A15D Laser

📋 copy color: '#C6A15D'

red 198 ◦ green 161 ◦ blue 93

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

Shades of Laser #C6A15D

Tints of Laser #C6A15D

RGB

 RED value IS 198 (77.73% from 255) = 43.81%

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

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

R = 43.81%
G = 35.62%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6A15D (or 0xC6A15D) is known color: Laser. HEX triplet: C6, A1 and 5D. RGB value is (198,161,93). Sum of RGB (Red+Green+Blue) = 198+161+93=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A15D is #395EA2. Grayscale: #A4A4A4. Windows color (decimal): -3759779 or 6136262. OLE color: 6136262.

HSL color Cylindrical-coordinate representation of color #C6A15D: hue angle of 38.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6A15D is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 161 93 -
CMYK 0 0.19 0.53 0.22
HSL 38.86º 0.48% 0.57% -
HSV(B) 38.86º 0.53% 0.78% -
XYZ 38.01 38.29 15.74 -
YUV 164.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 198 161 93 0 0.19 0.53 0.22 38.86 0.48 0.57
Hex C6 A1 5D 0 13 35 16 27 30 39
Octal 306 241 135 0 23 65 26 47 60 71
Binary 11000110 10100001 1011101 0 10011 110101 10110 100111 110000 111001

Color Harmonies of #C6A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A15D

Black with #C6A15D

Text Example


Text Example

White with #C6A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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