Html Css Color HEX #C1A65E Laser

📋 copy color: '#C1A65E'

red 193 ◦ green 166 ◦ blue 94

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

Shades of Laser #C1A65E

Tints of Laser #C1A65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

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

R = 42.6%
G = 36.64%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1A65E (or 0xC1A65E) is known color: Laser. HEX triplet: C1, A6 and 5E. RGB value is (193,166,94). Sum of RGB (Red+Green+Blue) = 193+166+94=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A65E is #3E59A1. Grayscale: #A6A6A6. Windows color (decimal): -4086178 or 6203073. OLE color: 6203073.

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

Color convert

RGB 193 166 94 -
CMYK 0 0.14 0.51 0.24
HSL 43.64º 0.44% 0.56% -
HSV(B) 43.64º 0.51% 0.76% -
XYZ 37.65 39.42 16.21 -
YUV 165.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 193 166 94 0 0.14 0.51 0.24 43.64 0.44 0.56
Hex C1 A6 5E 0 E 33 18 2C 2C 38
Octal 301 246 136 0 16 63 30 54 54 70
Binary 11000001 10100110 1011110 0 1110 110011 11000 101100 101100 111000

Color Harmonies of #C1A65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A65E

Black with #C1A65E

Text Example


Text Example

White with #C1A65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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