Html Css Color HEX #CC749B Hopbush

📋 copy color: '#CC749B'

red 204 ◦ green 116 ◦ blue 155

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

Shades of Hopbush #CC749B

Tints of Hopbush #CC749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 42.95%
G = 24.42%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC749B (or 0xCC749B) is known color: Hopbush. HEX triplet: CC, 74 and 9B. RGB value is (204,116,155). Sum of RGB (Red+Green+Blue) = 204+116+155=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC749B is #338B64. Grayscale: #929292. Windows color (decimal): -3378021 or 10187980. OLE color: 10187980.

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

Color convert

RGB 204 116 155 -
CMYK 0 0.43 0.24 0.2
HSL 333.41º 0.46% 0.63% -
HSV(B) 333.41º 0.43% 0.8% -
XYZ 37.06 27.69 34.4 -
YUV 146.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 204 116 155 0 0.43 0.24 0.2 333.41 0.46 0.63
Hex CC 74 9B 0 2B 18 14 14D 2E 3F
Octal 314 164 233 0 53 30 24 515 56 77
Binary 11001100 1110100 10011011 0 101011 11000 10100 101001101 101110 111111

Color Harmonies of #CC749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC749B

Black with #CC749B

Text Example


Text Example

White with #CC749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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