Html Css Color HEX #946663 Copper Rose

📋 copy color: '#946663'

red 148 ◦ green 102 ◦ blue 99

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

Shades of Copper Rose #946663

Tints of Copper Rose #946663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 99 (39.06% from 255) = 28.37%

R = 42.41%
G = 29.23%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#946663 (or 0x946663) is known color: Copper Rose. HEX triplet: 94, 66 and 63. RGB value is (148,102,99). Sum of RGB (Red+Green+Blue) = 148+102+99=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #946663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946663 is #6B999C. Grayscale: #737373. Windows color (decimal): -7051677 or 6514324. OLE color: 6514324.

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

Color convert

RGB 148 102 99 -
CMYK 0 0.31 0.33 0.42
HSL 3.67º 0.2% 0.48% -
HSV(B) 3.67º 0.33% 0.58% -
XYZ 19.22 16.7 14.01 -
YUV 115.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 148 102 99 0 0.31 0.33 0.42 3.67 0.2 0.48
Hex 94 66 63 0 1F 21 2A 4 14 30
Octal 224 146 143 0 37 41 52 4 24 60
Binary 10010100 1100110 1100011 0 11111 100001 101010 100 10100 110000

Color Harmonies of #946663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946663

Black with #946663

Text Example


Text Example

White with #946663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946663; }

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

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

background-color css

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

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

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

border-color css

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

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

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