Html Css Color HEX #C6A45F Laser

📋 copy color: '#C6A45F'

red 198 ◦ green 164 ◦ blue 95

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

Shades of Laser #C6A45F

Tints of Laser #C6A45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

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

R = 43.33%
G = 35.89%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6A45F (or 0xC6A45F) is known color: Laser. HEX triplet: C6, A4 and 5F. RGB value is (198,164,95). Sum of RGB (Red+Green+Blue) = 198+164+95=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A45F is #395BA0. Grayscale: #A6A6A6. Windows color (decimal): -3759009 or 6268102. OLE color: 6268102.

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

Color convert

RGB 198 164 95 -
CMYK 0 0.17 0.52 0.22
HSL 40.19º 0.47% 0.57% -
HSV(B) 40.19º 0.52% 0.78% -
XYZ 38.63 39.38 16.39 -
YUV 166.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 198 164 95 0 0.17 0.52 0.22 40.19 0.47 0.57
Hex C6 A4 5F 0 11 34 16 28 2F 39
Octal 306 244 137 0 21 64 26 50 57 71
Binary 11000110 10100100 1011111 0 10001 110100 10110 101000 101111 111001

Color Harmonies of #C6A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A45F

Black with #C6A45F

Text Example


Text Example

White with #C6A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A45F; }

 p { color: rgb(198,164,95); }

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

background-color css

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

 a { background-color: rgb(198,164,95); }

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

border-color css

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

 span { border-color: rgb(198,164,95); }

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