Html Css Color HEX #956564 Copper Rose

📋 copy color: '#956564'

red 149 ◦ green 101 ◦ blue 100

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

Shades of Copper Rose #956564

Tints of Copper Rose #956564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 42.57%
G = 28.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#956564 (or 0x956564) is known color: Copper Rose. HEX triplet: 95, 65 and 64. RGB value is (149,101,100). Sum of RGB (Red+Green+Blue) = 149+101+100=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956564 is #6A9A9B. Grayscale: #737373. Windows color (decimal): -6986396 or 6579605. OLE color: 6579605.

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

Color convert

RGB 149 101 100 -
CMYK 0 0.32 0.33 0.42
HSL 1.22º 0.2% 0.49% -
HSV(B) 1.22º 0.33% 0.58% -
XYZ 19.35 16.62 14.24 -
YUV 115.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 149 101 100 0 0.32 0.33 0.42 1.22 0.2 0.49
Hex 95 65 64 0 20 21 2A 1 14 31
Octal 225 145 144 0 40 41 52 1 24 61
Binary 10010101 1100101 1100100 0 100000 100001 101010 1 10100 110001

Color Harmonies of #956564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956564

Black with #956564

Text Example


Text Example

White with #956564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956564; }

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

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

background-color css

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

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

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

border-color css

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

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

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