Html Css Color HEX #C2A35E Laser

📋 copy color: '#C2A35E'

red 194 ◦ green 163 ◦ blue 94

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

Shades of Laser #C2A35E

Tints of Laser #C2A35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

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

R = 43.02%
G = 36.14%
B = 20.84%

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

#C2A35E (or 0xC2A35E) is known color: Laser. HEX triplet: C2, A3 and 5E. RGB value is (194,163,94). Sum of RGB (Red+Green+Blue) = 194+163+94=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A35E is #3D5CA1. Grayscale: #A4A4A4. Windows color (decimal): -4021410 or 6202306. OLE color: 6202306.

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

Color convert

RGB 194 163 94 -
CMYK 0 0.16 0.52 0.24
HSL 41.4º 0.45% 0.56% -
HSV(B) 41.4º 0.52% 0.76% -
XYZ 37.37 38.47 16.05 -
YUV 164.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 194 163 94 0 0.16 0.52 0.24 41.4 0.45 0.56
Hex C2 A3 5E 0 10 34 18 29 2D 38
Octal 302 243 136 0 20 64 30 51 55 70
Binary 11000010 10100011 1011110 0 10000 110100 11000 101001 101101 111000

Color Harmonies of #C2A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A35E

Black with #C2A35E

Text Example


Text Example

White with #C2A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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