Html Css Color HEX #C1A366 Laser

📋 copy color: '#C1A366'

red 193 ◦ green 163 ◦ blue 102

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

Shades of Laser #C1A366

Tints of Laser #C1A366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 42.14%
G = 35.59%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C1A366 (or 0xC1A366) is known color: Laser. HEX triplet: C1, A3 and 66. RGB value is (193,163,102). Sum of RGB (Red+Green+Blue) = 193+163+102=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A366 is #3E5C99. Grayscale: #A5A5A5. Windows color (decimal): -4086938 or 6726593. OLE color: 6726593.

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

Color convert

RGB 193 163 102 -
CMYK 0 0.16 0.47 0.24
HSL 40.22º 0.42% 0.58% -
HSV(B) 40.22º 0.47% 0.76% -
XYZ 37.49 38.49 18.02 -
YUV 165.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 193 163 102 0 0.16 0.47 0.24 40.22 0.42 0.58
Hex C1 A3 66 0 10 2F 18 28 2A 3A
Octal 301 243 146 0 20 57 30 50 52 72
Binary 11000001 10100011 1100110 0 10000 101111 11000 101000 101010 111010

Color Harmonies of #C1A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A366

Black with #C1A366

Text Example


Text Example

White with #C1A366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A366; }

 p { color: rgb(193,163,102); }

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

background-color css

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

 a { background-color: rgb(193,163,102); }

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

border-color css

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

 span { border-color: rgb(193,163,102); }

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