Html Css Color HEX #C1AA63 Laser

📋 copy color: '#C1AA63'

red 193 ◦ green 170 ◦ blue 99

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

Shades of Laser #C1AA63

Tints of Laser #C1AA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

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

R = 41.77%
G = 36.8%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1AA63 (or 0xC1AA63) is known color: Laser. HEX triplet: C1, AA and 63. RGB value is (193,170,99). Sum of RGB (Red+Green+Blue) = 193+170+99=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA63 is #3E559C. Grayscale: #A9A9A9. Windows color (decimal): -4085149 or 6531777. OLE color: 6531777.

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

Color convert

RGB 193 170 99 -
CMYK 0 0.12 0.49 0.24
HSL 45.32º 0.43% 0.57% -
HSV(B) 45.32º 0.49% 0.76% -
XYZ 38.62 40.99 17.68 -
YUV 168.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 193 170 99 0 0.12 0.49 0.24 45.32 0.43 0.57
Hex C1 AA 63 0 C 31 18 2D 2B 39
Octal 301 252 143 0 14 61 30 55 53 71
Binary 11000001 10101010 1100011 0 1100 110001 11000 101101 101011 111001

Color Harmonies of #C1AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA63

Black with #C1AA63

Text Example


Text Example

White with #C1AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA63; }

 p { color: rgb(193,170,99); }

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

background-color css

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

 a { background-color: rgb(193,170,99); }

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

border-color css

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

 span { border-color: rgb(193,170,99); }

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