Html Css Color HEX #C1A465 Laser

📋 copy color: '#C1A465'

red 193 ◦ green 164 ◦ blue 101

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

Shades of Laser #C1A465

Tints of Laser #C1A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

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

R = 42.14%
G = 35.81%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1A465 (or 0xC1A465) is known color: Laser. HEX triplet: C1, A4 and 65. RGB value is (193,164,101). Sum of RGB (Red+Green+Blue) = 193+164+101=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A465 is #3E5B9A. Grayscale: #A5A5A5. Windows color (decimal): -4086683 or 6661313. OLE color: 6661313.

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

Color convert

RGB 193 164 101 -
CMYK 0 0.15 0.48 0.24
HSL 41.09º 0.43% 0.58% -
HSV(B) 41.09º 0.48% 0.76% -
XYZ 37.62 38.83 17.82 -
YUV 165.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 193 164 101 0 0.15 0.48 0.24 41.09 0.43 0.58
Hex C1 A4 65 0 F 30 18 29 2B 3A
Octal 301 244 145 0 17 60 30 51 53 72
Binary 11000001 10100100 1100101 0 1111 110000 11000 101001 101011 111010

Color Harmonies of #C1A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A465

Black with #C1A465

Text Example


Text Example

White with #C1A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A465; }

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

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

background-color css

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

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

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

border-color css

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

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

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