Html Css Color HEX #C3A257 Laser

📋 copy color: '#C3A257'

red 195 ◦ green 162 ◦ blue 87

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

Shades of Laser #C3A257

Tints of Laser #C3A257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

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

R = 43.92%
G = 36.49%
B = 19.59%

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

#C3A257 (or 0xC3A257) is known color: Laser. HEX triplet: C3, A2 and 57. RGB value is (195,162,87). Sum of RGB (Red+Green+Blue) = 195+162+87=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A257 is #3C5DA8. Grayscale: #A3A3A3. Windows color (decimal): -3956137 or 5743299. OLE color: 5743299.

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

Color convert

RGB 195 162 87 -
CMYK 0 0.17 0.55 0.24
HSL 41.67º 0.47% 0.55% -
HSV(B) 41.67º 0.55% 0.76% -
XYZ 37.15 38.13 14.42 -
YUV 163.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 195 162 87 0 0.17 0.55 0.24 41.67 0.47 0.55
Hex C3 A2 57 0 11 37 18 2A 2F 37
Octal 303 242 127 0 21 67 30 52 57 67
Binary 11000011 10100010 1010111 0 10001 110111 11000 101010 101111 110111

Color Harmonies of #C3A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A257

Black with #C3A257

Text Example


Text Example

White with #C3A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A257; }

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

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

background-color css

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

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

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

border-color css

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

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

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