Html Css Color HEX #C2A05B Laser

📋 copy color: '#C2A05B'

red 194 ◦ green 160 ◦ blue 91

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

Shades of Laser #C2A05B

Tints of Laser #C2A05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 43.6%
G = 35.96%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2A05B (or 0xC2A05B) is known color: Laser. HEX triplet: C2, A0 and 5B. RGB value is (194,160,91). Sum of RGB (Red+Green+Blue) = 194+160+91=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A05B is #3D5FA4. Grayscale: #A2A2A2. Windows color (decimal): -4022181 or 6004930. OLE color: 6004930.

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

Color convert

RGB 194 160 91 -
CMYK 0 0.18 0.53 0.24
HSL 40.19º 0.46% 0.56% -
HSV(B) 40.19º 0.53% 0.76% -
XYZ 36.71 37.37 15.18 -
YUV 162.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 194 160 91 0 0.18 0.53 0.24 40.19 0.46 0.56
Hex C2 A0 5B 0 12 35 18 28 2E 38
Octal 302 240 133 0 22 65 30 50 56 70
Binary 11000010 10100000 1011011 0 10010 110101 11000 101000 101110 111000

Color Harmonies of #C2A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A05B

Black with #C2A05B

Text Example


Text Example

White with #C2A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A05B; }

 p { color: rgb(194,160,91); }

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

background-color css

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

 a { background-color: rgb(194,160,91); }

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

border-color css

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

 span { border-color: rgb(194,160,91); }

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