Html Css Color HEX #C3A363 Laser

📋 copy color: '#C3A363'

red 195 ◦ green 163 ◦ blue 99

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

Shades of Laser #C3A363

Tints of Laser #C3A363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.66%

R = 42.67%
G = 35.67%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3A363 (or 0xC3A363) is known color: Laser. HEX triplet: C3, A3 and 63. RGB value is (195,163,99). Sum of RGB (Red+Green+Blue) = 195+163+99=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A363 is #3C5C9C. Grayscale: #A5A5A5. Windows color (decimal): -3955869 or 6529987. OLE color: 6529987.

HSL color Cylindrical-coordinate representation of color #C3A363: hue angle of 40º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3A363 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 163 99 -
CMYK 0 0.16 0.49 0.24
HSL 40º 0.44% 0.58% -
HSV(B) 40º 0.49% 0.76% -
XYZ 37.86 38.7 17.28 -
YUV 165.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 195 163 99 0 0.16 0.49 0.24 40 0.44 0.58
Hex C3 A3 63 0 10 31 18 28 2C 3A
Octal 303 243 143 0 20 61 30 50 54 72
Binary 11000011 10100011 1100011 0 10000 110001 11000 101000 101100 111010

Color Harmonies of #C3A363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A363

Black with #C3A363

Text Example


Text Example

White with #C3A363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A363; }

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

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

background-color css

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

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

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

border-color css

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

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

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