Html Css Color HEX #C3AC60 Laser

📋 copy color: '#C3AC60'

red 195 ◦ green 172 ◦ blue 96

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

Shades of Laser #C3AC60

Tints of Laser #C3AC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 42.12%
G = 37.15%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3AC60 (or 0xC3AC60) is known color: Laser. HEX triplet: C3, AC and 60. RGB value is (195,172,96). Sum of RGB (Red+Green+Blue) = 195+172+96=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC60 is #3C539F. Grayscale: #AAAAAA. Windows color (decimal): -3953568 or 6335683. OLE color: 6335683.

HSL color Cylindrical-coordinate representation of color #C3AC60: hue angle of 46.06º 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 #C3AC60 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 172 96 -
CMYK 0 0.12 0.51 0.24
HSL 46.06º 0.45% 0.57% -
HSV(B) 46.06º 0.51% 0.76% -
XYZ 39.37 41.95 17.09 -
YUV 170.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 195 172 96 0 0.12 0.51 0.24 46.06 0.45 0.57
Hex C3 AC 60 0 C 33 18 2E 2D 39
Octal 303 254 140 0 14 63 30 56 55 71
Binary 11000011 10101100 1100000 0 1100 110011 11000 101110 101101 111001

Color Harmonies of #C3AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC60

Black with #C3AC60

Text Example


Text Example

White with #C3AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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