Html Css Color HEX #C2A563 Laser

📋 copy color: '#C2A563'

red 194 ◦ green 165 ◦ blue 99

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

Shades of Laser #C2A563

Tints of Laser #C2A563

RGB

 RED value IS 194 (76.17% from 255) = 42.36%

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

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 42.36%
G = 36.03%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2A563 (or 0xC2A563) is known color: Laser. HEX triplet: C2, A5 and 63. RGB value is (194,165,99). Sum of RGB (Red+Green+Blue) = 194+165+99=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A563 is #3D5A9C. Grayscale: #A6A6A6. Windows color (decimal): -4020893 or 6530498. OLE color: 6530498.

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

Color convert

RGB 194 165 99 -
CMYK 0 0.15 0.49 0.24
HSL 41.68º 0.44% 0.57% -
HSV(B) 41.68º 0.49% 0.76% -
XYZ 37.96 39.28 17.39 -
YUV 166.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 194 165 99 0 0.15 0.49 0.24 41.68 0.44 0.57
Hex C2 A5 63 0 F 31 18 2A 2C 39
Octal 302 245 143 0 17 61 30 52 54 71
Binary 11000010 10100101 1100011 0 1111 110001 11000 101010 101100 111001

Color Harmonies of #C2A563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A563

Black with #C2A563

Text Example


Text Example

White with #C2A563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A563; }

 p { color: rgb(194,165,99); }

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

background-color css

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

 a { background-color: rgb(194,165,99); }

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

border-color css

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

 span { border-color: rgb(194,165,99); }

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