Html Css Color HEX #C3A963 Laser

📋 copy color: '#C3A963'

red 195 ◦ green 169 ◦ blue 99

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

Shades of Laser #C3A963

Tints of Laser #C3A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.5%

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

R = 42.12%
G = 36.5%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3A963 (or 0xC3A963) is known color: Laser. HEX triplet: C3, A9 and 63. RGB value is (195,169,99). Sum of RGB (Red+Green+Blue) = 195+169+99=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A963 is #3C569C. Grayscale: #A9A9A9. Windows color (decimal): -3954333 or 6531523. OLE color: 6531523.

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

Color convert

RGB 195 169 99 -
CMYK 0 0.13 0.49 0.24
HSL 43.75º 0.44% 0.58% -
HSV(B) 43.75º 0.49% 0.76% -
XYZ 38.95 40.88 17.64 -
YUV 168.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 195 169 99 0 0.13 0.49 0.24 43.75 0.44 0.58
Hex C3 A9 63 0 D 31 18 2C 2C 3A
Octal 303 251 143 0 15 61 30 54 54 72
Binary 11000011 10101001 1100011 0 1101 110001 11000 101100 101100 111010

Color Harmonies of #C3A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A963

Black with #C3A963

Text Example


Text Example

White with #C3A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A963; }

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

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

background-color css

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

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

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

border-color css

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

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

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