Html Css Color HEX #C3A360 Laser

📋 copy color: '#C3A360'

red 195 ◦ green 163 ◦ blue 96

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

Shades of Laser #C3A360

Tints of Laser #C3A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

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

R = 42.95%
G = 35.9%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3A360 (or 0xC3A360) is known color: Laser. HEX triplet: C3, A3 and 60. RGB value is (195,163,96). Sum of RGB (Red+Green+Blue) = 195+163+96=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A360 is #3C5C9F. Grayscale: #A5A5A5. Windows color (decimal): -3955872 or 6333379. OLE color: 6333379.

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

Color convert

RGB 195 163 96 -
CMYK 0 0.16 0.51 0.24
HSL 40.61º 0.45% 0.57% -
HSV(B) 40.61º 0.51% 0.76% -
XYZ 37.71 38.64 16.54 -
YUV 164.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 195 163 96 0 0.16 0.51 0.24 40.61 0.45 0.57
Hex C3 A3 60 0 10 33 18 29 2D 39
Octal 303 243 140 0 20 63 30 51 55 71
Binary 11000011 10100011 1100000 0 10000 110011 11000 101001 101101 111001

Color Harmonies of #C3A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A360

Black with #C3A360

Text Example


Text Example

White with #C3A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A360; }

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

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

background-color css

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

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

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

border-color css

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

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

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