Html Css Color HEX #CC6496 Hopbush

📋 copy color: '#CC6496'

red 204 ◦ green 100 ◦ blue 150

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

Shades of Hopbush #CC6496

Tints of Hopbush #CC6496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

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

R = 44.93%
G = 22.03%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC6496 (or 0xCC6496) is known color: Hopbush. HEX triplet: CC, 64 and 96. RGB value is (204,100,150). Sum of RGB (Red+Green+Blue) = 204+100+150=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6496 is #339B69. Grayscale: #888888. Windows color (decimal): -3382122 or 9856204. OLE color: 9856204.

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

Color convert

RGB 204 100 150 -
CMYK 0 0.51 0.26 0.2
HSL 331.15º 0.5% 0.6% -
HSV(B) 331.15º 0.51% 0.8% -
XYZ 34.96 24.15 31.67 -
YUV 136.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 204 100 150 0 0.51 0.26 0.2 331.15 0.5 0.6
Hex CC 64 96 0 33 1A 14 14B 32 3C
Octal 314 144 226 0 63 32 24 513 62 74
Binary 11001100 1100100 10010110 0 110011 11010 10100 101001011 110010 111100

Color Harmonies of #CC6496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6496

Black with #CC6496

Text Example


Text Example

White with #CC6496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6496; }

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

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

background-color css

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

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

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

border-color css

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

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

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