Html Css Color HEX #CC628C Hopbush

📋 copy color: '#CC628C'

red 204 ◦ green 98 ◦ blue 140

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

Shades of Hopbush #CC628C

Tints of Hopbush #CC628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.17%

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

R = 46.15%
G = 22.17%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC628C (or 0xCC628C) is known color: Hopbush. HEX triplet: CC, 62 and 8C. RGB value is (204,98,140). Sum of RGB (Red+Green+Blue) = 204+98+140=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC628C is #339D73. Grayscale: #868686. Windows color (decimal): -3382644 or 9200332. OLE color: 9200332.

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

Color convert

RGB 204 98 140 -
CMYK 0 0.52 0.31 0.2
HSL 336.23º 0.51% 0.59% -
HSV(B) 336.23º 0.52% 0.8% -
XYZ 34 23.47 27.55 -
YUV 134.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 204 98 140 0 0.52 0.31 0.2 336.23 0.51 0.59
Hex CC 62 8C 0 34 1F 14 150 33 3B
Octal 314 142 214 0 64 37 24 520 63 73
Binary 11001100 1100010 10001100 0 110100 11111 10100 101010000 110011 111011

Color Harmonies of #CC628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC628C

Black with #CC628C

Text Example


Text Example

White with #CC628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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