Html Css Color HEX #C3A45C Laser

📋 copy color: '#C3A45C'

red 195 ◦ green 164 ◦ blue 92

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

Shades of Laser #C3A45C

Tints of Laser #C3A45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 43.24%
G = 36.36%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3A45C (or 0xC3A45C) is known color: Laser. HEX triplet: C3, A4 and 5C. RGB value is (195,164,92). Sum of RGB (Red+Green+Blue) = 195+164+92=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A45C is #3C5BA3. Grayscale: #A5A5A5. Windows color (decimal): -3955620 or 6071491. OLE color: 6071491.

HSL color Cylindrical-coordinate representation of color #C3A45C: hue angle of 41.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3A45C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 164 92 -
CMYK 0 0.16 0.53 0.24
HSL 41.94º 0.46% 0.56% -
HSV(B) 41.94º 0.53% 0.76% -
XYZ 37.71 38.93 15.65 -
YUV 165.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 195 164 92 0 0.16 0.53 0.24 41.94 0.46 0.56
Hex C3 A4 5C 0 10 35 18 2A 2E 38
Octal 303 244 134 0 20 65 30 52 56 70
Binary 11000011 10100100 1011100 0 10000 110101 11000 101010 101110 111000

Color Harmonies of #C3A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A45C

Black with #C3A45C

Text Example


Text Example

White with #C3A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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