Html Css Color HEX #C2A260 Laser

📋 copy color: '#C2A260'

red 194 ◦ green 162 ◦ blue 96

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

Shades of Laser #C2A260

Tints of Laser #C2A260

RGB

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

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

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

R = 42.92%
G = 35.84%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2A260 (or 0xC2A260) is known color: Laser. HEX triplet: C2, A2 and 60. RGB value is (194,162,96). Sum of RGB (Red+Green+Blue) = 194+162+96=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A260 is #3D5D9F. Grayscale: #A4A4A4. Windows color (decimal): -4021664 or 6333122. OLE color: 6333122.

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

Color convert

RGB 194 162 96 -
CMYK 0 0.16 0.51 0.24
HSL 40.41º 0.45% 0.57% -
HSV(B) 40.41º 0.51% 0.76% -
XYZ 37.28 38.15 16.47 -
YUV 164.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 194 162 96 0 0.16 0.51 0.24 40.41 0.45 0.57
Hex C2 A2 60 0 10 33 18 28 2D 39
Octal 302 242 140 0 20 63 30 50 55 71
Binary 11000010 10100010 1100000 0 10000 110011 11000 101000 101101 111001

Color Harmonies of #C2A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A260

Black with #C2A260

Text Example


Text Example

White with #C2A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A260; }

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

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

background-color css

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

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

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

border-color css

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

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

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