Html Css Color HEX #C4A960 Laser

📋 copy color: '#C4A960'

red 196 ◦ green 169 ◦ blue 96

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

Shades of Laser #C4A960

Tints of Laser #C4A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

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

R = 42.52%
G = 36.66%
B = 20.82%

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

#C4A960 (or 0xC4A960) is known color: Laser. HEX triplet: C4, A9 and 60. RGB value is (196,169,96). Sum of RGB (Red+Green+Blue) = 196+169+96=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A960 is #3B569F. Grayscale: #A9A9A9. Windows color (decimal): -3888800 or 6334916. OLE color: 6334916.

HSL color Cylindrical-coordinate representation of color #C4A960: hue angle of 43.8º 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 #C4A960 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 169 96 -
CMYK 0 0.14 0.51 0.23
HSL 43.8º 0.46% 0.57% -
HSV(B) 43.8º 0.51% 0.77% -
XYZ 39.06 40.96 16.91 -
YUV 168.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 196 169 96 0 0.14 0.51 0.23 43.8 0.46 0.57
Hex C4 A9 60 0 E 33 17 2C 2E 39
Octal 304 251 140 0 16 63 27 54 56 71
Binary 11000100 10101001 1100000 0 1110 110011 10111 101100 101110 111001

Color Harmonies of #C4A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A960

Black with #C4A960

Text Example


Text Example

White with #C4A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A960; }

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

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

background-color css

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

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

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

border-color css

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

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

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