Html Css Color HEX #CC609F Hopbush

📋 copy color: '#CC609F'

red 204 ◦ green 96 ◦ blue 159

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

Shades of Hopbush #CC609F

Tints of Hopbush #CC609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.92%

 BLUE value IS 159 (62.5% from 255) = 34.64%

R = 44.44%
G = 20.92%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC609F (or 0xCC609F) is known color: Hopbush. HEX triplet: CC, 60 and 9F. RGB value is (204,96,159). Sum of RGB (Red+Green+Blue) = 204+96+159=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC609F is #339F60. Grayscale: #878787. Windows color (decimal): -3383137 or 10445004. OLE color: 10445004.

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

Color convert

RGB 204 96 159 -
CMYK 0 0.53 0.22 0.2
HSL 325º 0.51% 0.59% -
HSV(B) 325º 0.53% 0.8% -
XYZ 35.34 23.71 35.51 -
YUV 135.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 204 96 159 0 0.53 0.22 0.2 325 0.51 0.59
Hex CC 60 9F 0 35 16 14 145 33 3B
Octal 314 140 237 0 65 26 24 505 63 73
Binary 11001100 1100000 10011111 0 110101 10110 10100 101000101 110011 111011

Color Harmonies of #CC609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC609F

Black with #CC609F

Text Example


Text Example

White with #CC609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC609F; }

 p { color: rgb(204,96,159); }

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

background-color css

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

 a { background-color: rgb(204,96,159); }

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

border-color css

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

 span { border-color: rgb(204,96,159); }

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