Html Css Color HEX #C4A257 Laser

📋 copy color: '#C4A257'

red 196 ◦ green 162 ◦ blue 87

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

Shades of Laser #C4A257

Tints of Laser #C4A257

RGB

 RED value IS 196 (76.95% from 255) = 44.04%

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

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

R = 44.04%
G = 36.4%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C4A257 (or 0xC4A257) is known color: Laser. HEX triplet: C4, A2 and 57. RGB value is (196,162,87). Sum of RGB (Red+Green+Blue) = 196+162+87=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A257 is #3B5DA8. Grayscale: #A3A3A3. Windows color (decimal): -3890601 or 5743300. OLE color: 5743300.

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

Color convert

RGB 196 162 87 -
CMYK 0 0.17 0.56 0.23
HSL 41.28º 0.48% 0.55% -
HSV(B) 41.28º 0.56% 0.77% -
XYZ 37.41 38.26 14.43 -
YUV 163.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 196 162 87 0 0.17 0.56 0.23 41.28 0.48 0.55
Hex C4 A2 57 0 11 38 17 29 30 37
Octal 304 242 127 0 21 70 27 51 60 67
Binary 11000100 10100010 1010111 0 10001 111000 10111 101001 110000 110111

Color Harmonies of #C4A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A257

Black with #C4A257

Text Example


Text Example

White with #C4A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A257; }

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

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

background-color css

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

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

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

border-color css

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

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

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