Html Css Color HEX #C2A263 Laser

📋 copy color: '#C2A263'

red 194 ◦ green 162 ◦ blue 99

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

Shades of Laser #C2A263

Tints of Laser #C2A263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.76%

R = 42.64%
G = 35.6%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2A263 (or 0xC2A263) is known color: Laser. HEX triplet: C2, A2 and 63. RGB value is (194,162,99). Sum of RGB (Red+Green+Blue) = 194+162+99=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A263 is #3D5D9C. Grayscale: #A4A4A4. Windows color (decimal): -4021661 or 6529730. OLE color: 6529730.

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

Color convert

RGB 194 162 99 -
CMYK 0 0.16 0.49 0.24
HSL 39.79º 0.44% 0.57% -
HSV(B) 39.79º 0.49% 0.76% -
XYZ 37.42 38.21 17.21 -
YUV 164.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 194 162 99 0 0.16 0.49 0.24 39.79 0.44 0.57
Hex C2 A2 63 0 10 31 18 28 2C 39
Octal 302 242 143 0 20 61 30 50 54 71
Binary 11000010 10100010 1100011 0 10000 110001 11000 101000 101100 111001

Color Harmonies of #C2A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A263

Black with #C2A263

Text Example


Text Example

White with #C2A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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