Html Css Color HEX #CC609B Hopbush

📋 copy color: '#CC609B'

red 204 ◦ green 96 ◦ blue 155

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

Shades of Hopbush #CC609B

Tints of Hopbush #CC609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.07%

R = 44.84%
G = 21.1%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC609B (or 0xCC609B) is known color: Hopbush. HEX triplet: CC, 60 and 9B. RGB value is (204,96,155). Sum of RGB (Red+Green+Blue) = 204+96+155=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC609B is #339F64. Grayscale: #868686. Windows color (decimal): -3383141 or 10182860. OLE color: 10182860.

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

Color convert

RGB 204 96 155 -
CMYK 0 0.53 0.24 0.2
HSL 327.22º 0.51% 0.59% -
HSV(B) 327.22º 0.53% 0.8% -
XYZ 35 23.57 33.71 -
YUV 135.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 204 96 155 0 0.53 0.24 0.2 327.22 0.51 0.59
Hex CC 60 9B 0 35 18 14 147 33 3B
Octal 314 140 233 0 65 30 24 507 63 73
Binary 11001100 1100000 10011011 0 110101 11000 10100 101000111 110011 111011

Color Harmonies of #CC609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC609B

Black with #CC609B

Text Example


Text Example

White with #CC609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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