Html Css Color HEX #CC628A Hopbush

📋 copy color: '#CC628A'

red 204 ◦ green 98 ◦ blue 138

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

Shades of Hopbush #CC628A

Tints of Hopbush #CC628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 46.36%
G = 22.27%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC628A (or 0xCC628A) is known color: Hopbush. HEX triplet: CC, 62 and 8A. RGB value is (204,98,138). Sum of RGB (Red+Green+Blue) = 204+98+138=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC628A is #339D75. Grayscale: #868686. Windows color (decimal): -3382646 or 9069260. OLE color: 9069260.

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

Color convert

RGB 204 98 138 -
CMYK 0 0.52 0.32 0.2
HSL 337.36º 0.51% 0.59% -
HSV(B) 337.36º 0.52% 0.8% -
XYZ 33.86 23.41 26.78 -
YUV 134.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 204 98 138 0 0.52 0.32 0.2 337.36 0.51 0.59
Hex CC 62 8A 0 34 20 14 151 33 3B
Octal 314 142 212 0 64 40 24 521 63 73
Binary 11001100 1100010 10001010 0 110100 100000 10100 101010001 110011 111011

Color Harmonies of #CC628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC628A

Black with #CC628A

Text Example


Text Example

White with #CC628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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