Html Css Color HEX #9C6262 Copper Rose

📋 copy color: '#9C6262'

red 156 ◦ green 98 ◦ blue 98

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

Shades of Copper Rose #9C6262

Tints of Copper Rose #9C6262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 44.32%
G = 27.84%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C6262 (or 0x9C6262) is known color: Copper Rose. HEX triplet: 9C, 62 and 62. RGB value is (156,98,98). Sum of RGB (Red+Green+Blue) = 156+98+98=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6262 is #639D9D. Grayscale: #737373. Windows color (decimal): -6528414 or 6447772. OLE color: 6447772.

HSL color Cylindrical-coordinate representation of color #9C6262: hue angle of 0º degrees, saturation: 0.23, 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 #9C6262 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 98 -
CMYK 0 0.37 0.37 0.39
HSL 0.23% 0.5% -
HSV(B) 0.37% 0.61% -
XYZ 20.28 16.69 13.71 -
YUV 115.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 156 98 98 0 0.37 0.37 0.39 0 0.23 0.5
Hex 9C 62 62 0 25 25 27 0 17 32
Octal 234 142 142 0 45 45 47 0 27 62
Binary 10011100 1100010 1100010 0 100101 100101 100111 0 10111 110010

Color Harmonies of #9C6262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6262

Black with #9C6262

Text Example


Text Example

White with #9C6262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,98); }

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

background-color css

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

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

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

border-color css

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

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

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