Html Css Color HEX #C1A760 Laser

📋 copy color: '#C1A760'

red 193 ◦ green 167 ◦ blue 96

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

Shades of Laser #C1A760

Tints of Laser #C1A760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 42.32%
G = 36.62%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1A760 (or 0xC1A760) is known color: Laser. HEX triplet: C1, A7 and 60. RGB value is (193,167,96). Sum of RGB (Red+Green+Blue) = 193+167+96=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A760 is #3E589F. Grayscale: #A6A6A6. Windows color (decimal): -4085920 or 6334401. OLE color: 6334401.

HSL color Cylindrical-coordinate representation of color #C1A760: hue angle of 43.92º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1A760 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 167 96 -
CMYK 0 0.13 0.50 0.24
HSL 43.92º 0.44% 0.57% -
HSV(B) 43.92º 0.5% 0.76% -
XYZ 37.92 39.82 16.75 -
YUV 166.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 193 167 96 0 0.13 0.50 0.24 43.92 0.44 0.57
Hex C1 A7 60 0 D 32 18 2C 2C 39
Octal 301 247 140 0 15 62 30 54 54 71
Binary 11000001 10100111 1100000 0 1101 110010 11000 101100 101100 111001

Color Harmonies of #C1A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A760

Black with #C1A760

Text Example


Text Example

White with #C1A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A760; }

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

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

background-color css

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

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

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

border-color css

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

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

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