Html Css Color HEX #C3A45E Laser

📋 copy color: '#C3A45E'

red 195 ◦ green 164 ◦ blue 94

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

Shades of Laser #C3A45E

Tints of Laser #C3A45E

RGB

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

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

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

R = 43.05%
G = 36.2%
B = 20.75%

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

#C3A45E (or 0xC3A45E) is known color: Laser. HEX triplet: C3, A4 and 5E. RGB value is (195,164,94). Sum of RGB (Red+Green+Blue) = 195+164+94=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A45E is #3C5BA1. Grayscale: #A5A5A5. Windows color (decimal): -3955618 or 6202563. OLE color: 6202563.

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

Color convert

RGB 195 164 94 -
CMYK 0 0.16 0.52 0.24
HSL 41.58º 0.46% 0.57% -
HSV(B) 41.58º 0.52% 0.76% -
XYZ 37.8 38.96 16.12 -
YUV 165.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 195 164 94 0 0.16 0.52 0.24 41.58 0.46 0.57
Hex C3 A4 5E 0 10 34 18 2A 2E 39
Octal 303 244 136 0 20 64 30 52 56 71
Binary 11000011 10100100 1011110 0 10000 110100 11000 101010 101110 111001

Color Harmonies of #C3A45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A45E

Black with #C3A45E

Text Example


Text Example

White with #C3A45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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