Html Css Color HEX #C4A860 Laser

📋 copy color: '#C4A860'

red 196 ◦ green 168 ◦ blue 96

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

Shades of Laser #C4A860

Tints of Laser #C4A860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 42.61%
G = 36.52%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4A860 (or 0xC4A860) is known color: Laser. HEX triplet: C4, A8 and 60. RGB value is (196,168,96). Sum of RGB (Red+Green+Blue) = 196+168+96=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A860 is #3B579F. Grayscale: #A8A8A8. Windows color (decimal): -3889056 or 6334660. OLE color: 6334660.

HSL color Cylindrical-coordinate representation of color #C4A860: hue angle of 43.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4A860 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 96 -
CMYK 0 0.14 0.51 0.23
HSL 43.2º 0.46% 0.57% -
HSV(B) 43.2º 0.51% 0.77% -
XYZ 38.88 40.59 16.85 -
YUV 168.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 196 168 96 0 0.14 0.51 0.23 43.2 0.46 0.57
Hex C4 A8 60 0 E 33 17 2B 2E 39
Octal 304 250 140 0 16 63 27 53 56 71
Binary 11000100 10101000 1100000 0 1110 110011 10111 101011 101110 111001

Color Harmonies of #C4A860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A860

Black with #C4A860

Text Example


Text Example

White with #C4A860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A860; }

 p { color: rgb(196,168,96); }

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

background-color css

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

 a { background-color: rgb(196,168,96); }

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

border-color css

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

 span { border-color: rgb(196,168,96); }

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