Html Css Color HEX #CC749F Hopbush

📋 copy color: '#CC749F'

red 204 ◦ green 116 ◦ blue 159

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

Shades of Hopbush #CC749F

Tints of Hopbush #CC749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.22%

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

R = 42.59%
G = 24.22%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC749F (or 0xCC749F) is known color: Hopbush. HEX triplet: CC, 74 and 9F. RGB value is (204,116,159). Sum of RGB (Red+Green+Blue) = 204+116+159=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC749F is #338B60. Grayscale: #939393. Windows color (decimal): -3378017 or 10450124. OLE color: 10450124.

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

Color convert

RGB 204 116 159 -
CMYK 0 0.43 0.22 0.2
HSL 330.68º 0.46% 0.63% -
HSV(B) 330.68º 0.43% 0.8% -
XYZ 37.41 27.83 36.2 -
YUV 147.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 204 116 159 0 0.43 0.22 0.2 330.68 0.46 0.63
Hex CC 74 9F 0 2B 16 14 14B 2E 3F
Octal 314 164 237 0 53 26 24 513 56 77
Binary 11001100 1110100 10011111 0 101011 10110 10100 101001011 101110 111111

Color Harmonies of #CC749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC749F

Black with #CC749F

Text Example


Text Example

White with #CC749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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