Html Css Color HEX #C1A85E Laser

📋 copy color: '#C1A85E'

red 193 ◦ green 168 ◦ blue 94

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

Shades of Laser #C1A85E

Tints of Laser #C1A85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

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

R = 42.42%
G = 36.92%
B = 20.66%

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

#C1A85E (or 0xC1A85E) is known color: Laser. HEX triplet: C1, A8 and 5E. RGB value is (193,168,94). Sum of RGB (Red+Green+Blue) = 193+168+94=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A85E is #3E57A1. Grayscale: #A7A7A7. Windows color (decimal): -4085666 or 6203585. OLE color: 6203585.

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

Color convert

RGB 193 168 94 -
CMYK 0 0.13 0.51 0.24
HSL 44.85º 0.44% 0.56% -
HSV(B) 44.85º 0.51% 0.76% -
XYZ 38.02 40.15 16.34 -
YUV 167.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 193 168 94 0 0.13 0.51 0.24 44.85 0.44 0.56
Hex C1 A8 5E 0 D 33 18 2D 2C 38
Octal 301 250 136 0 15 63 30 55 54 70
Binary 11000001 10101000 1011110 0 1101 110011 11000 101101 101100 111000

Color Harmonies of #C1A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A85E

Black with #C1A85E

Text Example


Text Example

White with #C1A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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