Html Css Color HEX #C2A25D Laser

📋 copy color: '#C2A25D'

red 194 ◦ green 162 ◦ blue 93

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

Shades of Laser #C2A25D

Tints of Laser #C2A25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 43.21%
G = 36.08%
B = 20.71%

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

#C2A25D (or 0xC2A25D) is known color: Laser. HEX triplet: C2, A2 and 5D. RGB value is (194,162,93). Sum of RGB (Red+Green+Blue) = 194+162+93=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A25D is #3D5DA2. Grayscale: #A4A4A4. Windows color (decimal): -4021667 or 6136514. OLE color: 6136514.

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

Color convert

RGB 194 162 93 -
CMYK 0 0.16 0.52 0.24
HSL 40.99º 0.45% 0.56% -
HSV(B) 40.99º 0.52% 0.76% -
XYZ 37.14 38.1 15.75 -
YUV 163.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 194 162 93 0 0.16 0.52 0.24 40.99 0.45 0.56
Hex C2 A2 5D 0 10 34 18 29 2D 38
Octal 302 242 135 0 20 64 30 51 55 70
Binary 11000010 10100010 1011101 0 10000 110100 11000 101001 101101 111000

Color Harmonies of #C2A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A25D

Black with #C2A25D

Text Example


Text Example

White with #C2A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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