Html Css Color HEX #CC5C90 Hopbush

📋 copy color: '#CC5C90'

red 204 ◦ green 92 ◦ blue 144

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

Shades of Hopbush #CC5C90

Tints of Hopbush #CC5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 46.36%
G = 20.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5C90 (or 0xCC5C90) is known color: Hopbush. HEX triplet: CC, 5C and 90. RGB value is (204,92,144). Sum of RGB (Red+Green+Blue) = 204+92+144=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C90 is #33A36F. Grayscale: #838383. Windows color (decimal): -3384176 or 9460940. OLE color: 9460940.

HSL color Cylindrical-coordinate representation of color #CC5C90: hue angle of 332.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C90 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 144 -
CMYK 0 0.55 0.29 0.2
HSL 332.14º 0.52% 0.58% -
HSV(B) 332.14º 0.55% 0.8% -
XYZ 33.76 22.51 28.95 -
YUV 131.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 204 92 144 0 0.55 0.29 0.2 332.14 0.52 0.58
Hex CC 5C 90 0 37 1D 14 14C 34 3A
Octal 314 134 220 0 67 35 24 514 64 72
Binary 11001100 1011100 10010000 0 110111 11101 10100 101001100 110100 111010

Color Harmonies of #CC5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C90

Black with #CC5C90

Text Example


Text Example

White with #CC5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C90; }

 p { color: rgb(204,92,144); }

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

background-color css

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

 a { background-color: rgb(204,92,144); }

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

border-color css

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

 span { border-color: rgb(204,92,144); }

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