Html Css Color HEX #CC759A Hopbush

📋 copy color: '#CC759A'

red 204 ◦ green 117 ◦ blue 154

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

Shades of Hopbush #CC759A

Tints of Hopbush #CC759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

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

R = 42.95%
G = 24.63%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC759A (or 0xCC759A) is known color: Hopbush. HEX triplet: CC, 75 and 9A. RGB value is (204,117,154). Sum of RGB (Red+Green+Blue) = 204+117+154=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC759A is #338A65. Grayscale: #939393. Windows color (decimal): -3377766 or 10122700. OLE color: 10122700.

HSL color Cylindrical-coordinate representation of color #CC759A: hue angle of 334.48º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC759A is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 154 -
CMYK 0 0.43 0.25 0.2
HSL 334.48º 0.46% 0.63% -
HSV(B) 334.48º 0.43% 0.8% -
XYZ 37.1 27.89 34 -
YUV 147.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 204 117 154 0 0.43 0.25 0.2 334.48 0.46 0.63
Hex CC 75 9A 0 2B 19 14 14E 2E 3F
Octal 314 165 232 0 53 31 24 516 56 77
Binary 11001100 1110101 10011010 0 101011 11001 10100 101001110 101110 111111

Color Harmonies of #CC759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC759A

Black with #CC759A

Text Example


Text Example

White with #CC759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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