Html Css Color HEX #9C6966 Copper Rose

📋 copy color: '#9C6966'

red 156 ◦ green 105 ◦ blue 102

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

Shades of Copper Rose #9C6966

Tints of Copper Rose #9C6966

RGB

 RED value IS 156 (61.33% from 255) = 42.98%

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

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

R = 42.98%
G = 28.93%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C6966 (or 0x9C6966) is known color: Copper Rose. HEX triplet: 9C, 69 and 66. RGB value is (156,105,102). Sum of RGB (Red+Green+Blue) = 156+105+102=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6966 is #639699. Grayscale: #777777. Windows color (decimal): -6526618 or 6711708. OLE color: 6711708.

HSL color Cylindrical-coordinate representation of color #9C6966: hue angle of 3.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6966 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 105 102 -
CMYK 0 0.33 0.35 0.39
HSL 3.33º 0.21% 0.51% -
HSV(B) 3.33º 0.35% 0.61% -
XYZ 21.16 18.13 14.95 -
YUV 119.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 156 105 102 0 0.33 0.35 0.39 3.33 0.21 0.51
Hex 9C 69 66 0 21 23 27 3 15 33
Octal 234 151 146 0 41 43 47 3 25 63
Binary 10011100 1101001 1100110 0 100001 100011 100111 11 10101 110011

Color Harmonies of #9C6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6966

Black with #9C6966

Text Example


Text Example

White with #9C6966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6966; }

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

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

background-color css

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

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

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

border-color css

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

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

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