Html Css Color HEX #CC5D8C Hopbush

📋 copy color: '#CC5D8C'

red 204 ◦ green 93 ◦ blue 140

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

Shades of Hopbush #CC5D8C

Tints of Hopbush #CC5D8C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.28%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 46.68%
G = 21.28%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC5D8C (or 0xCC5D8C) is known color: Hopbush. HEX triplet: CC, 5D and 8C. RGB value is (204,93,140). Sum of RGB (Red+Green+Blue) = 204+93+140=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D8C is #33A273. Grayscale: #838383. Windows color (decimal): -3383924 or 9199052. OLE color: 9199052.

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

Color convert

RGB 204 93 140 -
CMYK 0 0.54 0.31 0.2
HSL 334.59º 0.52% 0.58% -
HSV(B) 334.59º 0.54% 0.8% -
XYZ 33.55 22.56 27.4 -
YUV 131.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 204 93 140 0 0.54 0.31 0.2 334.59 0.52 0.58
Hex CC 5D 8C 0 36 1F 14 14F 34 3A
Octal 314 135 214 0 66 37 24 517 64 72
Binary 11001100 1011101 10001100 0 110110 11111 10100 101001111 110100 111010

Color Harmonies of #CC5D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D8C

Black with #CC5D8C

Text Example


Text Example

White with #CC5D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D8C; }

 p { color: rgb(204,93,140); }

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

background-color css

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

 a { background-color: rgb(204,93,140); }

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

border-color css

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

 span { border-color: rgb(204,93,140); }

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