Html Css Color HEX #946966 Copper Rose

📋 copy color: '#946966'

red 148 ◦ green 105 ◦ blue 102

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

Shades of Copper Rose #946966

Tints of Copper Rose #946966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 41.69%
G = 29.58%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946966 (or 0x946966) is known color: Copper Rose. HEX triplet: 94, 69 and 66. RGB value is (148,105,102). Sum of RGB (Red+Green+Blue) = 148+105+102=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946966 is #6B9699. Grayscale: #757575. Windows color (decimal): -7050906 or 6711700. OLE color: 6711700.

HSL color Cylindrical-coordinate representation of color #946966: hue angle of 3.91º 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 #946966 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 102 -
CMYK 0 0.29 0.31 0.42
HSL 3.91º 0.18% 0.49% -
HSV(B) 3.91º 0.31% 0.58% -
XYZ 19.66 17.36 14.88 -
YUV 117.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 148 105 102 0 0.29 0.31 0.42 3.91 0.18 0.49
Hex 94 69 66 0 1D 1F 2A 4 12 31
Octal 224 151 146 0 35 37 52 4 22 61
Binary 10010100 1101001 1100110 0 11101 11111 101010 100 10010 110001

Color Harmonies of #946966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946966

Black with #946966

Text Example


Text Example

White with #946966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946966; }

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

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

background-color css

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

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

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

border-color css

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

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

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