Html Css Color HEX #C3A157 Laser

📋 copy color: '#C3A157'

red 195 ◦ green 161 ◦ blue 87

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

Shades of Laser #C3A157

Tints of Laser #C3A157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.64%

R = 44.02%
G = 36.34%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3A157 (or 0xC3A157) is known color: Laser. HEX triplet: C3, A1 and 57. RGB value is (195,161,87). Sum of RGB (Red+Green+Blue) = 195+161+87=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A157 is #3C5EA8. Grayscale: #A3A3A3. Windows color (decimal): -3956393 or 5743043. OLE color: 5743043.

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

Color convert

RGB 195 161 87 -
CMYK 0 0.17 0.55 0.24
HSL 41.11º 0.47% 0.55% -
HSV(B) 41.11º 0.55% 0.76% -
XYZ 36.97 37.78 14.36 -
YUV 162.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 195 161 87 0 0.17 0.55 0.24 41.11 0.47 0.55
Hex C3 A1 57 0 11 37 18 29 2F 37
Octal 303 241 127 0 21 67 30 51 57 67
Binary 11000011 10100001 1010111 0 10001 110111 11000 101001 101111 110111

Color Harmonies of #C3A157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A157

Black with #C3A157

Text Example


Text Example

White with #C3A157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A157; }

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

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

background-color css

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

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

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

border-color css

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

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

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