Html Css Color HEX #C3A056 Laser

📋 copy color: '#C3A056'

red 195 ◦ green 160 ◦ blue 86

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

Shades of Laser #C3A056

Tints of Laser #C3A056

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.28%

 BLUE value IS 86 (33.98% from 255) = 19.5%

R = 44.22%
G = 36.28%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C3A056 (or 0xC3A056) is known color: Laser. HEX triplet: C3, A0 and 56. RGB value is (195,160,86). Sum of RGB (Red+Green+Blue) = 195+160+86=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A056 is #3C5FA9. Grayscale: #A2A2A2. Windows color (decimal): -3956650 or 5677251. OLE color: 5677251.

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

Color convert

RGB 195 160 86 -
CMYK 0 0.18 0.56 0.24
HSL 40.73º 0.48% 0.55% -
HSV(B) 40.73º 0.56% 0.76% -
XYZ 36.76 37.42 14.09 -
YUV 162.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 195 160 86 0 0.18 0.56 0.24 40.73 0.48 0.55
Hex C3 A0 56 0 12 38 18 29 30 37
Octal 303 240 126 0 22 70 30 51 60 67
Binary 11000011 10100000 1010110 0 10010 111000 11000 101001 110000 110111

Color Harmonies of #C3A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A056

Black with #C3A056

Text Example


Text Example

White with #C3A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A056; }

 p { color: rgb(195,160,86); }

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

background-color css

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

 a { background-color: rgb(195,160,86); }

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

border-color css

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

 span { border-color: rgb(195,160,86); }

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