Html Css Color HEX #C2A660 Laser

📋 copy color: '#C2A660'

red 194 ◦ green 166 ◦ blue 96

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

Shades of Laser #C2A660

Tints of Laser #C2A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

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

R = 42.54%
G = 36.4%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2A660 (or 0xC2A660) is known color: Laser. HEX triplet: C2, A6 and 60. RGB value is (194,166,96). Sum of RGB (Red+Green+Blue) = 194+166+96=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A660 is #3D599F. Grayscale: #A6A6A6. Windows color (decimal): -4020640 or 6334146. OLE color: 6334146.

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

Color convert

RGB 194 166 96 -
CMYK 0 0.14 0.51 0.24
HSL 42.86º 0.45% 0.57% -
HSV(B) 42.86º 0.51% 0.76% -
XYZ 38 39.59 16.7 -
YUV 166.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 194 166 96 0 0.14 0.51 0.24 42.86 0.45 0.57
Hex C2 A6 60 0 E 33 18 2B 2D 39
Octal 302 246 140 0 16 63 30 53 55 71
Binary 11000010 10100110 1100000 0 1110 110011 11000 101011 101101 111001

Color Harmonies of #C2A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A660

Black with #C2A660

Text Example


Text Example

White with #C2A660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A660; }

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

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

background-color css

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

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

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

border-color css

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

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

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