Html Css Color HEX #C2A25E Laser

📋 copy color: '#C2A25E'

red 194 ◦ green 162 ◦ blue 94

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

Shades of Laser #C2A25E

Tints of Laser #C2A25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 43.11%
G = 36%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2A25E (or 0xC2A25E) is known color: Laser. HEX triplet: C2, A2 and 5E. RGB value is (194,162,94). Sum of RGB (Red+Green+Blue) = 194+162+94=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A25E is #3D5DA1. Grayscale: #A4A4A4. Windows color (decimal): -4021666 or 6202050. OLE color: 6202050.

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

Color convert

RGB 194 162 94 -
CMYK 0 0.16 0.52 0.24
HSL 40.8º 0.45% 0.56% -
HSV(B) 40.8º 0.52% 0.76% -
XYZ 37.19 38.12 15.99 -
YUV 163.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 194 162 94 0 0.16 0.52 0.24 40.8 0.45 0.56
Hex C2 A2 5E 0 10 34 18 29 2D 38
Octal 302 242 136 0 20 64 30 51 55 70
Binary 11000010 10100010 1011110 0 10000 110100 11000 101001 101101 111000

Color Harmonies of #C2A25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A25E

Black with #C2A25E

Text Example


Text Example

White with #C2A25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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