Html Css Color HEX #CC5C9D Hopbush

📋 copy color: '#CC5C9D'

red 204 ◦ green 92 ◦ blue 157

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

Shades of Hopbush #CC5C9D

Tints of Hopbush #CC5C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 45.03%
G = 20.31%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC5C9D (or 0xCC5C9D) is known color: Hopbush. HEX triplet: CC, 5C and 9D. RGB value is (204,92,157). Sum of RGB (Red+Green+Blue) = 204+92+157=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C9D is #33A362. Grayscale: #848484. Windows color (decimal): -3384163 or 10312908. OLE color: 10312908.

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

Color convert

RGB 204 92 157 -
CMYK 0 0.55 0.23 0.2
HSL 325.18º 0.52% 0.58% -
HSV(B) 325.18º 0.55% 0.8% -
XYZ 34.81 22.93 34.49 -
YUV 132.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 204 92 157 0 0.55 0.23 0.2 325.18 0.52 0.58
Hex CC 5C 9D 0 37 17 14 145 34 3A
Octal 314 134 235 0 67 27 24 505 64 72
Binary 11001100 1011100 10011101 0 110111 10111 10100 101000101 110100 111010

Color Harmonies of #CC5C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C9D

Black with #CC5C9D

Text Example


Text Example

White with #CC5C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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