Html Css Color HEX #C2A25F Laser

📋 copy color: '#C2A25F'

red 194 ◦ green 162 ◦ blue 95

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

Shades of Laser #C2A25F

Tints of Laser #C2A25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.92%

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 43.02%
G = 35.92%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2A25F (or 0xC2A25F) is known color: Laser. HEX triplet: C2, A2 and 5F. RGB value is (194,162,95). Sum of RGB (Red+Green+Blue) = 194+162+95=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A25F is #3D5DA0. Grayscale: #A4A4A4. Windows color (decimal): -4021665 or 6267586. OLE color: 6267586.

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

Color convert

RGB 194 162 95 -
CMYK 0 0.16 0.51 0.24
HSL 40.61º 0.45% 0.57% -
HSV(B) 40.61º 0.51% 0.76% -
XYZ 37.23 38.14 16.23 -
YUV 163.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 194 162 95 0 0.16 0.51 0.24 40.61 0.45 0.57
Hex C2 A2 5F 0 10 33 18 29 2D 39
Octal 302 242 137 0 20 63 30 51 55 71
Binary 11000010 10100010 1011111 0 10000 110011 11000 101001 101101 111001

Color Harmonies of #C2A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A25F

Black with #C2A25F

Text Example


Text Example

White with #C2A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A25F; }

 p { color: rgb(194,162,95); }

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

background-color css

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

 a { background-color: rgb(194,162,95); }

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

border-color css

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

 span { border-color: rgb(194,162,95); }

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