Html Css Color HEX #946866 Copper Rose

📋 copy color: '#946866'

red 148 ◦ green 104 ◦ blue 102

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

Shades of Copper Rose #946866

Tints of Copper Rose #946866

RGB

 RED value IS 148 (58.2% from 255) = 41.81%

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 41.81%
G = 29.38%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946866 (or 0x946866) is known color: Copper Rose. HEX triplet: 94, 68 and 66. RGB value is (148,104,102). Sum of RGB (Red+Green+Blue) = 148+104+102=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #946866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946866 is #6B9799. Grayscale: #747474. Windows color (decimal): -7051162 or 6711444. OLE color: 6711444.

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

Color convert

RGB 148 104 102 -
CMYK 0 0.30 0.31 0.42
HSL 2.61º 0.18% 0.49% -
HSV(B) 2.61º 0.31% 0.58% -
XYZ 19.56 17.16 14.85 -
YUV 116.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 148 104 102 0 0.30 0.31 0.42 2.61 0.18 0.49
Hex 94 68 66 0 1E 1F 2A 3 12 31
Octal 224 150 146 0 36 37 52 3 22 61
Binary 10010100 1101000 1100110 0 11110 11111 101010 11 10010 110001

Color Harmonies of #946866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946866

Black with #946866

Text Example


Text Example

White with #946866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946866; }

 p { color: rgb(148,104,102); }

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

background-color css

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

 a { background-color: rgb(148,104,102); }

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

border-color css

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

 span { border-color: rgb(148,104,102); }

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