Html Css Color HEX #C6AF58 Laser

📋 copy color: '#C6AF58'

red 198 ◦ green 175 ◦ blue 88

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

Shades of Laser #C6AF58

Tints of Laser #C6AF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 88 (34.77% from 255) = 19.09%

R = 42.95%
G = 37.96%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C6AF58 (or 0xC6AF58) is known color: Laser. HEX triplet: C6, AF and 58. RGB value is (198,175,88). Sum of RGB (Red+Green+Blue) = 198+175+88=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF58 is #3950A7. Grayscale: #ACACAC. Windows color (decimal): -3756200 or 5812166. OLE color: 5812166.

HSL color Cylindrical-coordinate representation of color #C6AF58: hue angle of 47.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6AF58 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 175 88 -
CMYK 0 0.12 0.56 0.22
HSL 47.45º 0.49% 0.56% -
HSV(B) 47.45º 0.56% 0.78% -
XYZ 40.38 43.37 15.48 -
YUV 171.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 198 175 88 0 0.12 0.56 0.22 47.45 0.49 0.56
Hex C6 AF 58 0 C 38 16 2F 31 38
Octal 306 257 130 0 14 70 26 57 61 70
Binary 11000110 10101111 1011000 0 1100 111000 10110 101111 110001 111000

Color Harmonies of #C6AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF58

Black with #C6AF58

Text Example


Text Example

White with #C6AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF58; }

 p { color: rgb(198,175,88); }

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

background-color css

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

 a { background-color: rgb(198,175,88); }

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

border-color css

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

 span { border-color: rgb(198,175,88); }

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