Html Css Color HEX #CC709C Hopbush

📋 copy color: '#CC709C'

red 204 ◦ green 112 ◦ blue 156

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

Shades of Hopbush #CC709C

Tints of Hopbush #CC709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 43.22%
G = 23.73%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC709C (or 0xCC709C) is known color: Hopbush. HEX triplet: CC, 70 and 9C. RGB value is (204,112,156). Sum of RGB (Red+Green+Blue) = 204+112+156=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC709C is #338F63. Grayscale: #909090. Windows color (decimal): -3379044 or 10252492. OLE color: 10252492.

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

Color convert

RGB 204 112 156 -
CMYK 0 0.45 0.24 0.2
HSL 331.3º 0.47% 0.62% -
HSV(B) 331.3º 0.45% 0.8% -
XYZ 36.7 26.83 34.7 -
YUV 144.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 204 112 156 0 0.45 0.24 0.2 331.3 0.47 0.62
Hex CC 70 9C 0 2D 18 14 14B 2F 3E
Octal 314 160 234 0 55 30 24 513 57 76
Binary 11001100 1110000 10011100 0 101101 11000 10100 101001011 101111 111110

Color Harmonies of #CC709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC709C

Black with #CC709C

Text Example


Text Example

White with #CC709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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