Html Css Color HEX #C2A35D Laser

📋 copy color: '#C2A35D'

red 194 ◦ green 163 ◦ blue 93

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

Shades of Laser #C2A35D

Tints of Laser #C2A35D

RGB

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

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

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

R = 43.11%
G = 36.22%
B = 20.67%

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

#C2A35D (or 0xC2A35D) is known color: Laser. HEX triplet: C2, A3 and 5D. RGB value is (194,163,93). Sum of RGB (Red+Green+Blue) = 194+163+93=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A35D is #3D5CA2. Grayscale: #A4A4A4. Windows color (decimal): -4021411 or 6136770. OLE color: 6136770.

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

Color convert

RGB 194 163 93 -
CMYK 0 0.16 0.52 0.24
HSL 41.58º 0.45% 0.56% -
HSV(B) 41.58º 0.52% 0.76% -
XYZ 37.32 38.45 15.81 -
YUV 164.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 194 163 93 0 0.16 0.52 0.24 41.58 0.45 0.56
Hex C2 A3 5D 0 10 34 18 2A 2D 38
Octal 302 243 135 0 20 64 30 52 55 70
Binary 11000010 10100011 1011101 0 10000 110100 11000 101010 101101 111000

Color Harmonies of #C2A35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A35D

Black with #C2A35D

Text Example


Text Example

White with #C2A35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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