Html Css Color HEX #CC6488 Hopbush

📋 copy color: '#CC6488'

red 204 ◦ green 100 ◦ blue 136

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

Shades of Hopbush #CC6488

Tints of Hopbush #CC6488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 46.36%
G = 22.73%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC6488 (or 0xCC6488) is known color: Hopbush. HEX triplet: CC, 64 and 88. RGB value is (204,100,136). Sum of RGB (Red+Green+Blue) = 204+100+136=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6488 is #339B77. Grayscale: #878787. Windows color (decimal): -3382136 or 8938700. OLE color: 8938700.

HSL color Cylindrical-coordinate representation of color #CC6488: hue angle of 339.23º 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 #CC6488 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 136 -
CMYK 0 0.51 0.33 0.2
HSL 339.23º 0.5% 0.6% -
HSV(B) 339.23º 0.51% 0.8% -
XYZ 33.9 23.73 26.09 -
YUV 135.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 204 100 136 0 0.51 0.33 0.2 339.23 0.5 0.6
Hex CC 64 88 0 33 21 14 153 32 3C
Octal 314 144 210 0 63 41 24 523 62 74
Binary 11001100 1100100 10001000 0 110011 100001 10100 101010011 110010 111100

Color Harmonies of #CC6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6488

Black with #CC6488

Text Example


Text Example

White with #CC6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6488; }

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

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

background-color css

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

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

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

border-color css

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

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

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