Html Css Color HEX #C1A162 Laser

📋 copy color: '#C1A162'

red 193 ◦ green 161 ◦ blue 98

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

Shades of Laser #C1A162

Tints of Laser #C1A162

RGB

 RED value IS 193 (75.78% from 255) = 42.7%

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 42.7%
G = 35.62%
B = 21.68%

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

#C1A162 (or 0xC1A162) is known color: Laser. HEX triplet: C1, A1 and 62. RGB value is (193,161,98). Sum of RGB (Red+Green+Blue) = 193+161+98=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A162 is #3E5E9D. Grayscale: #A3A3A3. Windows color (decimal): -4087454 or 6463937. OLE color: 6463937.

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

Color convert

RGB 193 161 98 -
CMYK 0 0.17 0.49 0.24
HSL 39.79º 0.43% 0.57% -
HSV(B) 39.79º 0.49% 0.76% -
XYZ 36.94 37.71 16.89 -
YUV 163.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 193 161 98 0 0.17 0.49 0.24 39.79 0.43 0.57
Hex C1 A1 62 0 11 31 18 28 2B 39
Octal 301 241 142 0 21 61 30 50 53 71
Binary 11000001 10100001 1100010 0 10001 110001 11000 101000 101011 111001

Color Harmonies of #C1A162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A162

Black with #C1A162

Text Example


Text Example

White with #C1A162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A162; }

 p { color: rgb(193,161,98); }

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

background-color css

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

 a { background-color: rgb(193,161,98); }

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

border-color css

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

 span { border-color: rgb(193,161,98); }

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