Html Css Color HEX #956565 Copper Rose

📋 copy color: '#956565'

red 149 ◦ green 101 ◦ blue 101

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

Shades of Copper Rose #956565

Tints of Copper Rose #956565

RGB

 RED value IS 149 (58.59% from 255) = 42.45%

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 101 (39.84% from 255) = 28.77%

R = 42.45%
G = 28.77%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956565 (or 0x956565) is known color: Copper Rose. HEX triplet: 95, 65 and 65. RGB value is (149,101,101). Sum of RGB (Red+Green+Blue) = 149+101+101=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #956565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956565 is #6A9A9A. Grayscale: #737373. Windows color (decimal): -6986395 or 6645141. OLE color: 6645141.

HSL color Cylindrical-coordinate representation of color #956565: hue angle of 0º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956565 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 101 -
CMYK 0 0.32 0.32 0.42
HSL 0.19% 0.49% -
HSV(B) 0.32% 0.58% -
XYZ 19.4 16.64 14.5 -
YUV 115.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 149 101 101 0 0.32 0.32 0.42 0 0.19 0.49
Hex 95 65 65 0 20 20 2A 0 13 31
Octal 225 145 145 0 40 40 52 0 23 61
Binary 10010101 1100101 1100101 0 100000 100000 101010 0 10011 110001

Color Harmonies of #956565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956565

Black with #956565

Text Example


Text Example

White with #956565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956565; }

 p { color: rgb(149,101,101); }

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

background-color css

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

 a { background-color: rgb(149,101,101); }

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

border-color css

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

 span { border-color: rgb(149,101,101); }

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