Html Css Color HEX #C2A163 Laser

📋 copy color: '#C2A163'

red 194 ◦ green 161 ◦ blue 99

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

Shades of Laser #C2A163

Tints of Laser #C2A163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.46%

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

R = 42.73%
G = 35.46%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2A163 (or 0xC2A163) is known color: Laser. HEX triplet: C2, A1 and 63. RGB value is (194,161,99). Sum of RGB (Red+Green+Blue) = 194+161+99=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A163 is #3D5E9C. Grayscale: #A4A4A4. Windows color (decimal): -4021917 or 6529474. OLE color: 6529474.

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

Color convert

RGB 194 161 99 -
CMYK 0 0.17 0.49 0.24
HSL 39.16º 0.44% 0.57% -
HSV(B) 39.16º 0.49% 0.76% -
XYZ 37.25 37.86 17.15 -
YUV 163.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 194 161 99 0 0.17 0.49 0.24 39.16 0.44 0.57
Hex C2 A1 63 0 11 31 18 27 2C 39
Octal 302 241 143 0 21 61 30 47 54 71
Binary 11000010 10100001 1100011 0 10001 110001 11000 100111 101100 111001

Color Harmonies of #C2A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A163

Black with #C2A163

Text Example


Text Example

White with #C2A163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A163; }

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

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

background-color css

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

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

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

border-color css

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

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

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