Html Css Color HEX #C1A567 Laser

📋 copy color: '#C1A567'

red 193 ◦ green 165 ◦ blue 103

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

Shades of Laser #C1A567

Tints of Laser #C1A567

RGB

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

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

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

R = 41.87%
G = 35.79%
B = 22.34%

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

#C1A567 (or 0xC1A567) is known color: Laser. HEX triplet: C1, A5 and 67. RGB value is (193,165,103). Sum of RGB (Red+Green+Blue) = 193+165+103=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A567 is #3E5A98. Grayscale: #A6A6A6. Windows color (decimal): -4086425 or 6792641. OLE color: 6792641.

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

Color convert

RGB 193 165 103 -
CMYK 0 0.15 0.47 0.24
HSL 41.33º 0.42% 0.58% -
HSV(B) 41.33º 0.47% 0.76% -
XYZ 37.9 39.23 18.41 -
YUV 166.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 193 165 103 0 0.15 0.47 0.24 41.33 0.42 0.58
Hex C1 A5 67 0 F 2F 18 29 2A 3A
Octal 301 245 147 0 17 57 30 51 52 72
Binary 11000001 10100101 1100111 0 1111 101111 11000 101001 101010 111010

Color Harmonies of #C1A567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A567

Black with #C1A567

Text Example


Text Example

White with #C1A567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A567; }

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

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

background-color css

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

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

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

border-color css

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

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

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