Html Css Color HEX #C3AF60 Laser

📋 copy color: '#C3AF60'

red 195 ◦ green 175 ◦ blue 96

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

Shades of Laser #C3AF60

Tints of Laser #C3AF60

RGB

 RED value IS 195 (76.56% from 255) = 41.85%

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

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 41.85%
G = 37.55%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3AF60 (or 0xC3AF60) is known color: Laser. HEX triplet: C3, AF and 60. RGB value is (195,175,96). Sum of RGB (Red+Green+Blue) = 195+175+96=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF60 is #3C509F. Grayscale: #ACACAC. Windows color (decimal): -3952800 or 6336451. OLE color: 6336451.

HSL color Cylindrical-coordinate representation of color #C3AF60: hue angle of 47.88º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3AF60 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 96 -
CMYK 0 0.10 0.51 0.24
HSL 47.88º 0.45% 0.57% -
HSV(B) 47.88º 0.51% 0.76% -
XYZ 39.95 43.11 17.28 -
YUV 171.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 195 175 96 0 0.10 0.51 0.24 47.88 0.45 0.57
Hex C3 AF 60 0 A 33 18 30 2D 39
Octal 303 257 140 0 12 63 30 60 55 71
Binary 11000011 10101111 1100000 0 1010 110011 11000 110000 101101 111001

Color Harmonies of #C3AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF60

Black with #C3AF60

Text Example


Text Example

White with #C3AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF60; }

 p { color: rgb(195,175,96); }

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

background-color css

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

 a { background-color: rgb(195,175,96); }

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

border-color css

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

 span { border-color: rgb(195,175,96); }

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