Html Css Color HEX #C1A55F Laser

📋 copy color: '#C1A55F'

red 193 ◦ green 165 ◦ blue 95

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

Shades of Laser #C1A55F

Tints of Laser #C1A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 42.6%
G = 36.42%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1A55F (or 0xC1A55F) is known color: Laser. HEX triplet: C1, A5 and 5F. RGB value is (193,165,95). Sum of RGB (Red+Green+Blue) = 193+165+95=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A55F is #3E5AA0. Grayscale: #A5A5A5. Windows color (decimal): -4086433 or 6268353. OLE color: 6268353.

HSL color Cylindrical-coordinate representation of color #C1A55F: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1A55F is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 95 -
CMYK 0 0.15 0.51 0.24
HSL 42.86º 0.44% 0.56% -
HSV(B) 42.86º 0.51% 0.76% -
XYZ 37.51 39.07 16.39 -
YUV 165.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 193 165 95 0 0.15 0.51 0.24 42.86 0.44 0.56
Hex C1 A5 5F 0 F 33 18 2B 2C 38
Octal 301 245 137 0 17 63 30 53 54 70
Binary 11000001 10100101 1011111 0 1111 110011 11000 101011 101100 111000

Color Harmonies of #C1A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A55F

Black with #C1A55F

Text Example


Text Example

White with #C1A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A55F; }

 p { color: rgb(193,165,95); }

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

background-color css

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

 a { background-color: rgb(193,165,95); }

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

border-color css

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

 span { border-color: rgb(193,165,95); }

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