Html Css Color HEX #C3A860 Laser

📋 copy color: '#C3A860'

red 195 ◦ green 168 ◦ blue 96

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

Shades of Laser #C3A860

Tints of Laser #C3A860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

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

R = 42.48%
G = 36.6%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3A860 (or 0xC3A860) is known color: Laser. HEX triplet: C3, A8 and 60. RGB value is (195,168,96). Sum of RGB (Red+Green+Blue) = 195+168+96=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A860 is #3C579F. Grayscale: #A8A8A8. Windows color (decimal): -3954592 or 6334659. OLE color: 6334659.

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

Color convert

RGB 195 168 96 -
CMYK 0 0.14 0.51 0.24
HSL 43.64º 0.45% 0.57% -
HSV(B) 43.64º 0.51% 0.76% -
XYZ 38.62 40.45 16.84 -
YUV 167.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 195 168 96 0 0.14 0.51 0.24 43.64 0.45 0.57
Hex C3 A8 60 0 E 33 18 2C 2D 39
Octal 303 250 140 0 16 63 30 54 55 71
Binary 11000011 10101000 1100000 0 1110 110011 11000 101100 101101 111001

Color Harmonies of #C3A860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A860

Black with #C3A860

Text Example


Text Example

White with #C3A860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A860; }

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

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

background-color css

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

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

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

border-color css

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

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

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