Html Css Color HEX #C3A159 Laser

📋 copy color: '#C3A159'

red 195 ◦ green 161 ◦ blue 89

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

Shades of Laser #C3A159

Tints of Laser #C3A159

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.18%

 BLUE value IS 89 (35.16% from 255) = 20%

R = 43.82%
G = 36.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3A159 (or 0xC3A159) is known color: Laser. HEX triplet: C3, A1 and 59. RGB value is (195,161,89). Sum of RGB (Red+Green+Blue) = 195+161+89=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A159 is #3C5EA6. Grayscale: #A3A3A3. Windows color (decimal): -3956391 or 5874115. OLE color: 5874115.

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

Color convert

RGB 195 161 89 -
CMYK 0 0.17 0.54 0.24
HSL 40.75º 0.47% 0.56% -
HSV(B) 40.75º 0.54% 0.76% -
XYZ 37.05 37.81 14.8 -
YUV 162.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 195 161 89 0 0.17 0.54 0.24 40.75 0.47 0.56
Hex C3 A1 59 0 11 36 18 29 2F 38
Octal 303 241 131 0 21 66 30 51 57 70
Binary 11000011 10100001 1011001 0 10001 110110 11000 101001 101111 111000

Color Harmonies of #C3A159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A159

Black with #C3A159

Text Example


Text Example

White with #C3A159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A159; }

 p { color: rgb(195,161,89); }

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

background-color css

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

 a { background-color: rgb(195,161,89); }

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

border-color css

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

 span { border-color: rgb(195,161,89); }

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