Html Css Color HEX #C1A665 Laser

📋 copy color: '#C1A665'

red 193 ◦ green 166 ◦ blue 101

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

Shades of Laser #C1A665

Tints of Laser #C1A665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 41.96%
G = 36.09%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1A665 (or 0xC1A665) is known color: Laser. HEX triplet: C1, A6 and 65. RGB value is (193,166,101). Sum of RGB (Red+Green+Blue) = 193+166+101=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A665 is #3E599A. Grayscale: #A6A6A6. Windows color (decimal): -4086171 or 6661825. OLE color: 6661825.

HSL color Cylindrical-coordinate representation of color #C1A665: hue angle of 42.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1A665 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 166 101 -
CMYK 0 0.14 0.48 0.24
HSL 42.39º 0.43% 0.58% -
HSV(B) 42.39º 0.48% 0.76% -
XYZ 37.98 39.55 17.94 -
YUV 166.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 193 166 101 0 0.14 0.48 0.24 42.39 0.43 0.58
Hex C1 A6 65 0 E 30 18 2A 2B 3A
Octal 301 246 145 0 16 60 30 52 53 72
Binary 11000001 10100110 1100101 0 1110 110000 11000 101010 101011 111010

Color Harmonies of #C1A665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A665

Black with #C1A665

Text Example


Text Example

White with #C1A665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A665; }

 p { color: rgb(193,166,101); }

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

background-color css

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

 a { background-color: rgb(193,166,101); }

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

border-color css

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

 span { border-color: rgb(193,166,101); }

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