Html Css Color HEX #C2A560 Laser

📋 copy color: '#C2A560'

red 194 ◦ green 165 ◦ blue 96

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

Shades of Laser #C2A560

Tints of Laser #C2A560

RGB

 RED value IS 194 (76.17% from 255) = 42.64%

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 42.64%
G = 36.26%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2A560 (or 0xC2A560) is known color: Laser. HEX triplet: C2, A5 and 60. RGB value is (194,165,96). Sum of RGB (Red+Green+Blue) = 194+165+96=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A560 is #3D5A9F. Grayscale: #A6A6A6. Windows color (decimal): -4020896 or 6333890. OLE color: 6333890.

HSL color Cylindrical-coordinate representation of color #C2A560: hue angle of 42.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2A560 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 96 -
CMYK 0 0.15 0.51 0.24
HSL 42.24º 0.45% 0.57% -
HSV(B) 42.24º 0.51% 0.76% -
XYZ 37.81 39.22 16.64 -
YUV 165.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 194 165 96 0 0.15 0.51 0.24 42.24 0.45 0.57
Hex C2 A5 60 0 F 33 18 2A 2D 39
Octal 302 245 140 0 17 63 30 52 55 71
Binary 11000010 10100101 1100000 0 1111 110011 11000 101010 101101 111001

Color Harmonies of #C2A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A560

Black with #C2A560

Text Example


Text Example

White with #C2A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A560; }

 p { color: rgb(194,165,96); }

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

background-color css

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

 a { background-color: rgb(194,165,96); }

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

border-color css

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

 span { border-color: rgb(194,165,96); }

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