Html Css Color HEX #CC6290 Hopbush

📋 copy color: '#CC6290'

red 204 ◦ green 98 ◦ blue 144

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

Shades of Hopbush #CC6290

Tints of Hopbush #CC6290

RGB

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

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

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

R = 45.74%
G = 21.97%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC6290 (or 0xCC6290) is known color: Hopbush. HEX triplet: CC, 62 and 90. RGB value is (204,98,144). Sum of RGB (Red+Green+Blue) = 204+98+144=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6290 is #339D6F. Grayscale: #868686. Windows color (decimal): -3382640 or 9462476. OLE color: 9462476.

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

Color convert

RGB 204 98 144 -
CMYK 0 0.52 0.29 0.2
HSL 333.96º 0.51% 0.59% -
HSV(B) 333.96º 0.52% 0.8% -
XYZ 34.3 23.59 29.13 -
YUV 134.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 204 98 144 0 0.52 0.29 0.2 333.96 0.51 0.59
Hex CC 62 90 0 34 1D 14 14E 33 3B
Octal 314 142 220 0 64 35 24 516 63 73
Binary 11001100 1100010 10010000 0 110100 11101 10100 101001110 110011 111011

Color Harmonies of #CC6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6290

Black with #CC6290

Text Example


Text Example

White with #CC6290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6290; }

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

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

background-color css

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

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

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

border-color css

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

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

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