Html Css Color HEX #C1A467 Laser

📋 copy color: '#C1A467'

red 193 ◦ green 164 ◦ blue 103

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

Shades of Laser #C1A467

Tints of Laser #C1A467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.65%

 BLUE value IS 103 (40.63% from 255) = 22.39%

R = 41.96%
G = 35.65%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C1A467 (or 0xC1A467) is known color: Laser. HEX triplet: C1, A4 and 67. RGB value is (193,164,103). Sum of RGB (Red+Green+Blue) = 193+164+103=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A467 is #3E5B98. Grayscale: #A5A5A5. Windows color (decimal): -4086681 or 6792385. OLE color: 6792385.

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

Color convert

RGB 193 164 103 -
CMYK 0 0.15 0.47 0.24
HSL 40.67º 0.42% 0.58% -
HSV(B) 40.67º 0.47% 0.76% -
XYZ 37.72 38.87 18.35 -
YUV 165.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 193 164 103 0 0.15 0.47 0.24 40.67 0.42 0.58
Hex C1 A4 67 0 F 2F 18 29 2A 3A
Octal 301 244 147 0 17 57 30 51 52 72
Binary 11000001 10100100 1100111 0 1111 101111 11000 101001 101010 111010

Color Harmonies of #C1A467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A467

Black with #C1A467

Text Example


Text Example

White with #C1A467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A467; }

 p { color: rgb(193,164,103); }

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

background-color css

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

 a { background-color: rgb(193,164,103); }

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

border-color css

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

 span { border-color: rgb(193,164,103); }

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