Html Css Color HEX #CC6388 Hopbush

📋 copy color: '#CC6388'

red 204 ◦ green 99 ◦ blue 136

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

Shades of Hopbush #CC6388

Tints of Hopbush #CC6388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.55%

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

R = 46.47%
G = 22.55%
B = 30.98%

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

#CC6388 (or 0xCC6388) is known color: Hopbush. HEX triplet: CC, 63 and 88. RGB value is (204,99,136). Sum of RGB (Red+Green+Blue) = 204+99+136=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6388 is #339C77. Grayscale: #868686. Windows color (decimal): -3382392 or 8938444. OLE color: 8938444.

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

Color convert

RGB 204 99 136 -
CMYK 0 0.51 0.33 0.2
HSL 338.86º 0.51% 0.59% -
HSV(B) 338.86º 0.51% 0.8% -
XYZ 33.81 23.54 26.05 -
YUV 134.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 204 99 136 0 0.51 0.33 0.2 338.86 0.51 0.59
Hex CC 63 88 0 33 21 14 153 33 3B
Octal 314 143 210 0 63 41 24 523 63 73
Binary 11001100 1100011 10001000 0 110011 100001 10100 101010011 110011 111011

Color Harmonies of #CC6388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6388

Black with #CC6388

Text Example


Text Example

White with #CC6388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6388; }

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

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

background-color css

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

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

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

border-color css

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

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

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