Html Css Color HEX #C1A964 Laser

📋 copy color: '#C1A964'

red 193 ◦ green 169 ◦ blue 100

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

Shades of Laser #C1A964

Tints of Laser #C1A964

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.58%

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 41.77%
G = 36.58%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1A964 (or 0xC1A964) is known color: Laser. HEX triplet: C1, A9 and 64. RGB value is (193,169,100). Sum of RGB (Red+Green+Blue) = 193+169+100=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A964 is #3E569B. Grayscale: #A8A8A8. Windows color (decimal): -4085404 or 6597057. OLE color: 6597057.

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

Color convert

RGB 193 169 100 -
CMYK 0 0.12 0.48 0.24
HSL 44.52º 0.43% 0.57% -
HSV(B) 44.52º 0.48% 0.76% -
XYZ 38.48 40.63 17.87 -
YUV 168.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 193 169 100 0 0.12 0.48 0.24 44.52 0.43 0.57
Hex C1 A9 64 0 C 30 18 2D 2B 39
Octal 301 251 144 0 14 60 30 55 53 71
Binary 11000001 10101001 1100100 0 1100 110000 11000 101101 101011 111001

Color Harmonies of #C1A964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A964

Black with #C1A964

Text Example


Text Example

White with #C1A964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A964; }

 p { color: rgb(193,169,100); }

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

background-color css

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

 a { background-color: rgb(193,169,100); }

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

border-color css

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

 span { border-color: rgb(193,169,100); }

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