Html Css Color HEX #9C6663 Copper Rose

📋 copy color: '#9C6663'

red 156 ◦ green 102 ◦ blue 99

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

Shades of Copper Rose #9C6663

Tints of Copper Rose #9C6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 43.7%
G = 28.57%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C6663 (or 0x9C6663) is known color: Copper Rose. HEX triplet: 9C, 66 and 63. RGB value is (156,102,99). Sum of RGB (Red+Green+Blue) = 156+102+99=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6663 is #63999C. Grayscale: #757575. Windows color (decimal): -6527389 or 6514332. OLE color: 6514332.

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

Color convert

RGB 156 102 99 -
CMYK 0 0.35 0.37 0.39
HSL 3.16º 0.22% 0.5% -
HSV(B) 3.16º 0.37% 0.61% -
XYZ 20.71 17.47 14.08 -
YUV 117.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 156 102 99 0 0.35 0.37 0.39 3.16 0.22 0.5
Hex 9C 66 63 0 23 25 27 3 16 32
Octal 234 146 143 0 43 45 47 3 26 62
Binary 10011100 1100110 1100011 0 100011 100101 100111 11 10110 110010

Color Harmonies of #9C6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6663

Black with #9C6663

Text Example


Text Example

White with #9C6663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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