Html Css Color HEX #C1A569 Laser

📋 copy color: '#C1A569'

red 193 ◦ green 165 ◦ blue 105

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

Shades of Laser #C1A569

Tints of Laser #C1A569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 41.68%
G = 35.64%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C1A569 (or 0xC1A569) is known color: Laser. HEX triplet: C1, A5 and 69. RGB value is (193,165,105). Sum of RGB (Red+Green+Blue) = 193+165+105=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A569 is #3E5A96. Grayscale: #A6A6A6. Windows color (decimal): -4086423 or 6923713. OLE color: 6923713.

HSL color Cylindrical-coordinate representation of color #C1A569: hue angle of 40.91º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1A569 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 105 -
CMYK 0 0.15 0.46 0.24
HSL 40.91º 0.42% 0.58% -
HSV(B) 40.91º 0.46% 0.76% -
XYZ 38 39.27 18.94 -
YUV 166.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 193 165 105 0 0.15 0.46 0.24 40.91 0.42 0.58
Hex C1 A5 69 0 F 2E 18 29 2A 3A
Octal 301 245 151 0 17 56 30 51 52 72
Binary 11000001 10100101 1101001 0 1111 101110 11000 101001 101010 111010

Color Harmonies of #C1A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A569

Black with #C1A569

Text Example


Text Example

White with #C1A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A569; }

 p { color: rgb(193,165,105); }

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

background-color css

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

 a { background-color: rgb(193,165,105); }

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

border-color css

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

 span { border-color: rgb(193,165,105); }

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