Html Css Color HEX #C2A95E Laser

📋 copy color: '#C2A95E'

red 194 ◦ green 169 ◦ blue 94

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

Shades of Laser #C2A95E

Tints of Laser #C2A95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

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

R = 42.45%
G = 36.98%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2A95E (or 0xC2A95E) is known color: Laser. HEX triplet: C2, A9 and 5E. RGB value is (194,169,94). Sum of RGB (Red+Green+Blue) = 194+169+94=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A95E is #3D56A1. Grayscale: #A8A8A8. Windows color (decimal): -4019874 or 6203842. OLE color: 6203842.

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

Color convert

RGB 194 169 94 -
CMYK 0 0.13 0.52 0.24
HSL 45º 0.45% 0.56% -
HSV(B) 45º 0.52% 0.76% -
XYZ 38.46 40.65 16.41 -
YUV 167.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 194 169 94 0 0.13 0.52 0.24 45 0.45 0.56
Hex C2 A9 5E 0 D 34 18 2D 2D 38
Octal 302 251 136 0 15 64 30 55 55 70
Binary 11000010 10101001 1011110 0 1101 110100 11000 101101 101101 111000

Color Harmonies of #C2A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A95E

Black with #C2A95E

Text Example


Text Example

White with #C2A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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