Html Css Color HEX #C3AD5F Laser

📋 copy color: '#C3AD5F'

red 195 ◦ green 173 ◦ blue 95

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

Shades of Laser #C3AD5F

Tints of Laser #C3AD5F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

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

R = 42.12%
G = 37.37%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3AD5F (or 0xC3AD5F) is known color: Laser. HEX triplet: C3, AD and 5F. RGB value is (195,173,95). Sum of RGB (Red+Green+Blue) = 195+173+95=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD5F is #3C52A0. Grayscale: #ABABAB. Windows color (decimal): -3953313 or 6270403. OLE color: 6270403.

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

Color convert

RGB 195 173 95 -
CMYK 0 0.11 0.51 0.24
HSL 46.8º 0.45% 0.57% -
HSV(B) 46.8º 0.51% 0.76% -
XYZ 39.51 42.32 16.91 -
YUV 170.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 195 173 95 0 0.11 0.51 0.24 46.8 0.45 0.57
Hex C3 AD 5F 0 B 33 18 2F 2D 39
Octal 303 255 137 0 13 63 30 57 55 71
Binary 11000011 10101101 1011111 0 1011 110011 11000 101111 101101 111001

Color Harmonies of #C3AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD5F

Black with #C3AD5F

Text Example


Text Example

White with #C3AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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