Html Css Color HEX #C2A15C Laser

📋 copy color: '#C2A15C'

red 194 ◦ green 161 ◦ blue 92

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

Shades of Laser #C2A15C

Tints of Laser #C2A15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 43.4%
G = 36.02%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2A15C (or 0xC2A15C) is known color: Laser. HEX triplet: C2, A1 and 5C. RGB value is (194,161,92). Sum of RGB (Red+Green+Blue) = 194+161+92=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A15C is #3D5EA3. Grayscale: #A3A3A3. Windows color (decimal): -4021924 or 6070722. OLE color: 6070722.

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

Color convert

RGB 194 161 92 -
CMYK 0 0.17 0.53 0.24
HSL 40.59º 0.46% 0.56% -
HSV(B) 40.59º 0.53% 0.76% -
XYZ 36.92 37.73 15.46 -
YUV 163 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 194 161 92 0 0.17 0.53 0.24 40.59 0.46 0.56
Hex C2 A1 5C 0 11 35 18 29 2E 38
Octal 302 241 134 0 21 65 30 51 56 70
Binary 11000010 10100001 1011100 0 10001 110101 11000 101001 101110 111000

Color Harmonies of #C2A15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A15C

Black with #C2A15C

Text Example


Text Example

White with #C2A15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A15C; }

 p { color: rgb(194,161,92); }

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

background-color css

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

 a { background-color: rgb(194,161,92); }

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

border-color css

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

 span { border-color: rgb(194,161,92); }

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