Html Css Color HEX #CC6596 Hopbush

📋 copy color: '#CC6596'

red 204 ◦ green 101 ◦ blue 150

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

Shades of Hopbush #CC6596

Tints of Hopbush #CC6596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.2%

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

R = 44.84%
G = 22.2%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC6596 (or 0xCC6596) is known color: Hopbush. HEX triplet: CC, 65 and 96. RGB value is (204,101,150). Sum of RGB (Red+Green+Blue) = 204+101+150=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6596 is #339A69. Grayscale: #898989. Windows color (decimal): -3381866 or 9856460. OLE color: 9856460.

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

Color convert

RGB 204 101 150 -
CMYK 0 0.50 0.26 0.2
HSL 331.46º 0.5% 0.6% -
HSV(B) 331.46º 0.5% 0.8% -
XYZ 35.06 24.35 31.71 -
YUV 137.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 204 101 150 0 0.50 0.26 0.2 331.46 0.5 0.6
Hex CC 65 96 0 32 1A 14 14B 32 3C
Octal 314 145 226 0 62 32 24 513 62 74
Binary 11001100 1100101 10010110 0 110010 11010 10100 101001011 110010 111100

Color Harmonies of #CC6596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6596

Black with #CC6596

Text Example


Text Example

White with #CC6596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6596; }

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

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

background-color css

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

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

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

border-color css

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

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

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