Html Css Color HEX #CC7396 Hopbush

📋 copy color: '#CC7396'

red 204 ◦ green 115 ◦ blue 150

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

Shades of Hopbush #CC7396

Tints of Hopbush #CC7396

RGB

 RED value IS 204 (80.08% from 255) = 43.5%

 GREEN value IS 115 (45.31% from 255) = 24.52%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 43.5%
G = 24.52%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC7396 (or 0xCC7396) is known color: Hopbush. HEX triplet: CC, 73 and 96. RGB value is (204,115,150). Sum of RGB (Red+Green+Blue) = 204+115+150=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7396 is #338C69. Grayscale: #919191. Windows color (decimal): -3378282 or 9860044. OLE color: 9860044.

HSL color Cylindrical-coordinate representation of color #CC7396: hue angle of 336.4º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7396 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 150 -
CMYK 0 0.44 0.26 0.2
HSL 336.4º 0.47% 0.63% -
HSV(B) 336.4º 0.44% 0.8% -
XYZ 36.54 27.3 32.2 -
YUV 145.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 204 115 150 0 0.44 0.26 0.2 336.4 0.47 0.63
Hex CC 73 96 0 2C 1A 14 150 2F 3F
Octal 314 163 226 0 54 32 24 520 57 77
Binary 11001100 1110011 10010110 0 101100 11010 10100 101010000 101111 111111

Color Harmonies of #CC7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7396

Black with #CC7396

Text Example


Text Example

White with #CC7396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7396; }

 p { color: rgb(204,115,150); }

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

background-color css

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

 a { background-color: rgb(204,115,150); }

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

border-color css

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

 span { border-color: rgb(204,115,150); }

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