Html Css Color HEX #C1AD64 Laser

📋 copy color: '#C1AD64'

red 193 ◦ green 173 ◦ blue 100

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

Shades of Laser #C1AD64

Tints of Laser #C1AD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

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

R = 41.42%
G = 37.12%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1AD64 (or 0xC1AD64) is known color: Laser. HEX triplet: C1, AD and 64. RGB value is (193,173,100). Sum of RGB (Red+Green+Blue) = 193+173+100=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD64 is #3E529B. Grayscale: #AAAAAA. Windows color (decimal): -4084380 or 6598081. OLE color: 6598081.

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

Color convert

RGB 193 173 100 -
CMYK 0 0.10 0.48 0.24
HSL 47.1º 0.43% 0.57% -
HSV(B) 47.1º 0.48% 0.76% -
XYZ 39.24 42.14 18.12 -
YUV 170.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 193 173 100 0 0.10 0.48 0.24 47.1 0.43 0.57
Hex C1 AD 64 0 A 30 18 2F 2B 39
Octal 301 255 144 0 12 60 30 57 53 71
Binary 11000001 10101101 1100100 0 1010 110000 11000 101111 101011 111001

Color Harmonies of #C1AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD64

Black with #C1AD64

Text Example


Text Example

White with #C1AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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