Html Css Color HEX #C3A863 Laser

📋 copy color: '#C3A863'

red 195 ◦ green 168 ◦ blue 99

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

Shades of Laser #C3A863

Tints of Laser #C3A863

RGB

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

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

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

R = 42.21%
G = 36.36%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3A863 (or 0xC3A863) is known color: Laser. HEX triplet: C3, A8 and 63. RGB value is (195,168,99). Sum of RGB (Red+Green+Blue) = 195+168+99=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A863 is #3C579C. Grayscale: #A8A8A8. Windows color (decimal): -3954589 or 6531267. OLE color: 6531267.

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

Color convert

RGB 195 168 99 -
CMYK 0 0.14 0.49 0.24
HSL 43.13º 0.44% 0.58% -
HSV(B) 43.13º 0.49% 0.76% -
XYZ 38.76 40.51 17.58 -
YUV 168.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 195 168 99 0 0.14 0.49 0.24 43.13 0.44 0.58
Hex C3 A8 63 0 E 31 18 2B 2C 3A
Octal 303 250 143 0 16 61 30 53 54 72
Binary 11000011 10101000 1100011 0 1110 110001 11000 101011 101100 111010

Color Harmonies of #C3A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A863

Black with #C3A863

Text Example


Text Example

White with #C3A863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A863; }

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

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

background-color css

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

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

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

border-color css

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

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

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