Html Css Color HEX #CC709F Hopbush

📋 copy color: '#CC709F'

red 204 ◦ green 112 ◦ blue 159

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

Shades of Hopbush #CC709F

Tints of Hopbush #CC709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 42.95%
G = 23.58%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC709F (or 0xCC709F) is known color: Hopbush. HEX triplet: CC, 70 and 9F. RGB value is (204,112,159). Sum of RGB (Red+Green+Blue) = 204+112+159=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC709F is #338F60. Grayscale: #909090. Windows color (decimal): -3379041 or 10449100. OLE color: 10449100.

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

Color convert

RGB 204 112 159 -
CMYK 0 0.45 0.22 0.2
HSL 329.35º 0.47% 0.62% -
HSV(B) 329.35º 0.45% 0.8% -
XYZ 36.95 26.93 36.05 -
YUV 144.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 204 112 159 0 0.45 0.22 0.2 329.35 0.47 0.62
Hex CC 70 9F 0 2D 16 14 149 2F 3E
Octal 314 160 237 0 55 26 24 511 57 76
Binary 11001100 1110000 10011111 0 101101 10110 10100 101001001 101111 111110

Color Harmonies of #CC709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC709F

Black with #CC709F

Text Example


Text Example

White with #CC709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC709F; }

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

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

background-color css

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

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

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

border-color css

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

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

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