Html Css Color HEX #CC709A Hopbush

📋 copy color: '#CC709A'

red 204 ◦ green 112 ◦ blue 154

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

Shades of Hopbush #CC709A

Tints of Hopbush #CC709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 43.4%
G = 23.83%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC709A (or 0xCC709A) is known color: Hopbush. HEX triplet: CC, 70 and 9A. RGB value is (204,112,154). Sum of RGB (Red+Green+Blue) = 204+112+154=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC709A is #338F65. Grayscale: #909090. Windows color (decimal): -3379046 or 10121420. OLE color: 10121420.

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

Color convert

RGB 204 112 154 -
CMYK 0 0.45 0.25 0.2
HSL 332.61º 0.47% 0.62% -
HSV(B) 332.61º 0.45% 0.8% -
XYZ 36.53 26.76 33.81 -
YUV 144.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 204 112 154 0 0.45 0.25 0.2 332.61 0.47 0.62
Hex CC 70 9A 0 2D 19 14 14D 2F 3E
Octal 314 160 232 0 55 31 24 515 57 76
Binary 11001100 1110000 10011010 0 101101 11001 10100 101001101 101111 111110

Color Harmonies of #CC709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC709A

Black with #CC709A

Text Example


Text Example

White with #CC709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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