Html Css Color HEX #C3A263 Laser

📋 copy color: '#C3A263'

red 195 ◦ green 162 ◦ blue 99

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

Shades of Laser #C3A263

Tints of Laser #C3A263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.53%

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

R = 42.76%
G = 35.53%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3A263 (or 0xC3A263) is known color: Laser. HEX triplet: C3, A2 and 63. RGB value is (195,162,99). Sum of RGB (Red+Green+Blue) = 195+162+99=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A263 is #3C5D9C. Grayscale: #A4A4A4. Windows color (decimal): -3956125 or 6529731. OLE color: 6529731.

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

Color convert

RGB 195 162 99 -
CMYK 0 0.17 0.49 0.24
HSL 39.38º 0.44% 0.58% -
HSV(B) 39.38º 0.49% 0.76% -
XYZ 37.68 38.34 17.22 -
YUV 164.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 195 162 99 0 0.17 0.49 0.24 39.38 0.44 0.58
Hex C3 A2 63 0 11 31 18 27 2C 3A
Octal 303 242 143 0 21 61 30 47 54 72
Binary 11000011 10100010 1100011 0 10001 110001 11000 100111 101100 111010

Color Harmonies of #C3A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A263

Black with #C3A263

Text Example


Text Example

White with #C3A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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