Html Css Color HEX #C1A75E Laser

📋 copy color: '#C1A75E'

red 193 ◦ green 167 ◦ blue 94

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

Shades of Laser #C1A75E

Tints of Laser #C1A75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.78%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 42.51%
G = 36.78%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1A75E (or 0xC1A75E) is known color: Laser. HEX triplet: C1, A7 and 5E. RGB value is (193,167,94). Sum of RGB (Red+Green+Blue) = 193+167+94=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A75E is #3E58A1. Grayscale: #A6A6A6. Windows color (decimal): -4085922 or 6203329. OLE color: 6203329.

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

Color convert

RGB 193 167 94 -
CMYK 0 0.13 0.51 0.24
HSL 44.24º 0.44% 0.56% -
HSV(B) 44.24º 0.51% 0.76% -
XYZ 37.83 39.78 16.27 -
YUV 166.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 193 167 94 0 0.13 0.51 0.24 44.24 0.44 0.56
Hex C1 A7 5E 0 D 33 18 2C 2C 38
Octal 301 247 136 0 15 63 30 54 54 70
Binary 11000001 10100111 1011110 0 1101 110011 11000 101100 101100 111000

Color Harmonies of #C1A75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A75E

Black with #C1A75E

Text Example


Text Example

White with #C1A75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A75E; }

 p { color: rgb(193,167,94); }

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

background-color css

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

 a { background-color: rgb(193,167,94); }

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

border-color css

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

 span { border-color: rgb(193,167,94); }

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