Html Css Color HEX #946A68 Copper Rose

📋 copy color: '#946A68'

red 148 ◦ green 106 ◦ blue 104

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

Shades of Copper Rose #946A68

Tints of Copper Rose #946A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 41.34%
G = 29.61%
B = 29.05%

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

#946A68 (or 0x946A68) is known color: Copper Rose. HEX triplet: 94, 6A and 68. RGB value is (148,106,104). Sum of RGB (Red+Green+Blue) = 148+106+104=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A68 is #6B9597. Grayscale: #767676. Windows color (decimal): -7050648 or 6843028. OLE color: 6843028.

HSL color Cylindrical-coordinate representation of color #946A68: hue angle of 2.73º degrees, saturation: 0.17, 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 #946A68 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 104 -
CMYK 0 0.28 0.30 0.42
HSL 2.73º 0.17% 0.49% -
HSV(B) 2.73º 0.3% 0.58% -
XYZ 19.87 17.6 15.45 -
YUV 118.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 148 106 104 0 0.28 0.30 0.42 2.73 0.17 0.49
Hex 94 6A 68 0 1C 1E 2A 3 11 31
Octal 224 152 150 0 34 36 52 3 21 61
Binary 10010100 1101010 1101000 0 11100 11110 101010 11 10001 110001

Color Harmonies of #946A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A68

Black with #946A68

Text Example


Text Example

White with #946A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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