Html Css Color HEX #C3A45D Laser

📋 copy color: '#C3A45D'

red 195 ◦ green 164 ◦ blue 93

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

Shades of Laser #C3A45D

Tints of Laser #C3A45D

RGB

 RED value IS 195 (76.56% from 255) = 43.14%

 GREEN value IS 164 (64.45% from 255) = 36.28%

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

R = 43.14%
G = 36.28%
B = 20.58%

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

#C3A45D (or 0xC3A45D) is known color: Laser. HEX triplet: C3, A4 and 5D. RGB value is (195,164,93). Sum of RGB (Red+Green+Blue) = 195+164+93=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A45D is #3C5BA2. Grayscale: #A5A5A5. Windows color (decimal): -3955619 or 6137027. OLE color: 6137027.

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

Color convert

RGB 195 164 93 -
CMYK 0 0.16 0.52 0.24
HSL 41.76º 0.46% 0.56% -
HSV(B) 41.76º 0.52% 0.76% -
XYZ 37.76 38.94 15.88 -
YUV 165.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 195 164 93 0 0.16 0.52 0.24 41.76 0.46 0.56
Hex C3 A4 5D 0 10 34 18 2A 2E 38
Octal 303 244 135 0 20 64 30 52 56 70
Binary 11000011 10100100 1011101 0 10000 110100 11000 101010 101110 111000

Color Harmonies of #C3A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A45D

Black with #C3A45D

Text Example


Text Example

White with #C3A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A45D; }

 p { color: rgb(195,164,93); }

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

background-color css

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

 a { background-color: rgb(195,164,93); }

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

border-color css

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

 span { border-color: rgb(195,164,93); }

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