Html Css Color HEX #C3A25F Laser

📋 copy color: '#C3A25F'

red 195 ◦ green 162 ◦ blue 95

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

Shades of Laser #C3A25F

Tints of Laser #C3A25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 95 (37.5% from 255) = 21.02%

R = 43.14%
G = 35.84%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3A25F (or 0xC3A25F) is known color: Laser. HEX triplet: C3, A2 and 5F. RGB value is (195,162,95). Sum of RGB (Red+Green+Blue) = 195+162+95=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A25F is #3C5DA0. Grayscale: #A4A4A4. Windows color (decimal): -3956129 or 6267587. OLE color: 6267587.

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

Color convert

RGB 195 162 95 -
CMYK 0 0.17 0.51 0.24
HSL 40.2º 0.45% 0.57% -
HSV(B) 40.2º 0.51% 0.76% -
XYZ 37.49 38.27 16.24 -
YUV 164.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 195 162 95 0 0.17 0.51 0.24 40.2 0.45 0.57
Hex C3 A2 5F 0 11 33 18 28 2D 39
Octal 303 242 137 0 21 63 30 50 55 71
Binary 11000011 10100010 1011111 0 10001 110011 11000 101000 101101 111001

Color Harmonies of #C3A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A25F

Black with #C3A25F

Text Example


Text Example

White with #C3A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A25F; }

 p { color: rgb(195,162,95); }

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

background-color css

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

 a { background-color: rgb(195,162,95); }

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

border-color css

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

 span { border-color: rgb(195,162,95); }

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