Html Css Color HEX #946A67 Copper Rose

📋 copy color: '#946A67'

red 148 ◦ green 106 ◦ blue 103

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

Shades of Copper Rose #946A67

Tints of Copper Rose #946A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 103 (40.63% from 255) = 28.85%

R = 41.46%
G = 29.69%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946A67 (or 0x946A67) is known color: Copper Rose. HEX triplet: 94, 6A and 67. RGB value is (148,106,103). Sum of RGB (Red+Green+Blue) = 148+106+103=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #946A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A67 is #6B9598. Grayscale: #767676. Windows color (decimal): -7050649 or 6777492. OLE color: 6777492.

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

Color convert

RGB 148 106 103 -
CMYK 0 0.28 0.30 0.42
HSL 0.18% 0.49% -
HSV(B) 0.3% 0.58% -
XYZ 19.81 17.58 15.18 -
YUV 118.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 148 106 103 0 0.28 0.30 0.42 4 0.18 0.49
Hex 94 6A 67 0 1C 1E 2A 4 12 31
Octal 224 152 147 0 34 36 52 4 22 61
Binary 10010100 1101010 1100111 0 11100 11110 101010 100 10010 110001

Color Harmonies of #946A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A67

Black with #946A67

Text Example


Text Example

White with #946A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946A67; }

 p { color: rgb(148,106,103); }

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

background-color css

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

 a { background-color: rgb(148,106,103); }

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

border-color css

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

 span { border-color: rgb(148,106,103); }

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