Html Css Color HEX #946969 Copper Rose

📋 copy color: '#946969'

red 148 ◦ green 105 ◦ blue 105

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

Shades of Copper Rose #946969

Tints of Copper Rose #946969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.33%

R = 41.34%
G = 29.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#946969 (or 0x946969) is known color: Copper Rose. HEX triplet: 94, 69 and 69. RGB value is (148,105,105). Sum of RGB (Red+Green+Blue) = 148+105+105=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946969 is #6B9696. Grayscale: #757575. Windows color (decimal): -7050903 or 6908308. OLE color: 6908308.

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

Color convert

RGB 148 105 105 -
CMYK 0 0.29 0.29 0.42
HSL 0.17% 0.5% -
HSV(B) 0.29% 0.58% -
XYZ 19.81 17.42 15.68 -
YUV 117.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 148 105 105 0 0.29 0.29 0.42 0 0.17 0.5
Hex 94 69 69 0 1D 1D 2A 0 11 32
Octal 224 151 151 0 35 35 52 0 21 62
Binary 10010100 1101001 1101001 0 11101 11101 101010 0 10001 110010

Color Harmonies of #946969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946969

Black with #946969

Text Example


Text Example

White with #946969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946969; }

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

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

background-color css

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

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

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

border-color css

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

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

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