Html Css Color HEX #C2A365 Laser

📋 copy color: '#C2A365'

red 194 ◦ green 163 ◦ blue 101

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

Shades of Laser #C2A365

Tints of Laser #C2A365

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 42.36%
G = 35.59%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2A365 (or 0xC2A365) is known color: Laser. HEX triplet: C2, A3 and 65. RGB value is (194,163,101). Sum of RGB (Red+Green+Blue) = 194+163+101=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A365 is #3D5C9A. Grayscale: #A5A5A5. Windows color (decimal): -4021403 or 6661058. OLE color: 6661058.

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

Color convert

RGB 194 163 101 -
CMYK 0 0.16 0.48 0.24
HSL 40º 0.43% 0.58% -
HSV(B) 40º 0.48% 0.76% -
XYZ 37.69 38.6 17.78 -
YUV 165.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 194 163 101 0 0.16 0.48 0.24 40 0.43 0.58
Hex C2 A3 65 0 10 30 18 28 2B 3A
Octal 302 243 145 0 20 60 30 50 53 72
Binary 11000010 10100011 1100101 0 10000 110000 11000 101000 101011 111010

Color Harmonies of #C2A365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A365

Black with #C2A365

Text Example


Text Example

White with #C2A365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A365; }

 p { color: rgb(194,163,101); }

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

background-color css

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

 a { background-color: rgb(194,163,101); }

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

border-color css

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

 span { border-color: rgb(194,163,101); }

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