Html Css Color HEX #C1A96B Laser

📋 copy color: '#C1A96B'

red 193 ◦ green 169 ◦ blue 107

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

Shades of Laser #C1A96B

Tints of Laser #C1A96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.03%

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 41.15%
G = 36.03%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1A96B (or 0xC1A96B) is known color: Laser. HEX triplet: C1, A9 and 6B. RGB value is (193,169,107). Sum of RGB (Red+Green+Blue) = 193+169+107=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A96B is #3E5694. Grayscale: #A9A9A9. Windows color (decimal): -4085397 or 7055809. OLE color: 7055809.

HSL color Cylindrical-coordinate representation of color #C1A96B: hue angle of 43.26º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1A96B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 169 107 -
CMYK 0 0.12 0.45 0.24
HSL 43.26º 0.41% 0.59% -
HSV(B) 43.26º 0.45% 0.76% -
XYZ 38.83 40.77 19.73 -
YUV 169.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 193 169 107 0 0.12 0.45 0.24 43.26 0.41 0.59
Hex C1 A9 6B 0 C 2D 18 2B 29 3B
Octal 301 251 153 0 14 55 30 53 51 73
Binary 11000001 10101001 1101011 0 1100 101101 11000 101011 101001 111011

Color Harmonies of #C1A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A96B

Black with #C1A96B

Text Example


Text Example

White with #C1A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A96B; }

 p { color: rgb(193,169,107); }

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

background-color css

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

 a { background-color: rgb(193,169,107); }

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

border-color css

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

 span { border-color: rgb(193,169,107); }

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