Html Css Color HEX #C3A355 Laser

📋 copy color: '#C3A355'

red 195 ◦ green 163 ◦ blue 85

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

Shades of Laser #C3A355

Tints of Laser #C3A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 44.02%
G = 36.79%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C3A355 (or 0xC3A355) is known color: Laser. HEX triplet: C3, A3 and 55. RGB value is (195,163,85). Sum of RGB (Red+Green+Blue) = 195+163+85=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A355 is #3C5CAA. Grayscale: #A4A4A4. Windows color (decimal): -3955883 or 5612483. OLE color: 5612483.

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

Color convert

RGB 195 163 85 -
CMYK 0 0.16 0.56 0.24
HSL 42.55º 0.48% 0.55% -
HSV(B) 42.55º 0.56% 0.76% -
XYZ 37.24 38.45 14.05 -
YUV 163.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 195 163 85 0 0.16 0.56 0.24 42.55 0.48 0.55
Hex C3 A3 55 0 10 38 18 2B 30 37
Octal 303 243 125 0 20 70 30 53 60 67
Binary 11000011 10100011 1010101 0 10000 111000 11000 101011 110000 110111

Color Harmonies of #C3A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A355

Black with #C3A355

Text Example


Text Example

White with #C3A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A355; }

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

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

background-color css

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

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

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

border-color css

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

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

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