Html Css Color HEX #CC7394 Hopbush

📋 copy color: '#CC7394'

red 204 ◦ green 115 ◦ blue 148

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

Shades of Hopbush #CC7394

Tints of Hopbush #CC7394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 43.68%
G = 24.63%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC7394 (or 0xCC7394) is known color: Hopbush. HEX triplet: CC, 73 and 94. RGB value is (204,115,148). Sum of RGB (Red+Green+Blue) = 204+115+148=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7394 is #338C6B. Grayscale: #919191. Windows color (decimal): -3378284 or 9728972. OLE color: 9728972.

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

Color convert

RGB 204 115 148 -
CMYK 0 0.44 0.27 0.2
HSL 337.75º 0.47% 0.63% -
HSV(B) 337.75º 0.44% 0.8% -
XYZ 36.38 27.24 31.36 -
YUV 145.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 204 115 148 0 0.44 0.27 0.2 337.75 0.47 0.63
Hex CC 73 94 0 2C 1B 14 152 2F 3F
Octal 314 163 224 0 54 33 24 522 57 77
Binary 11001100 1110011 10010100 0 101100 11011 10100 101010010 101111 111111

Color Harmonies of #CC7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7394

Black with #CC7394

Text Example


Text Example

White with #CC7394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7394; }

 p { color: rgb(204,115,148); }

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

background-color css

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

 a { background-color: rgb(204,115,148); }

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

border-color css

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

 span { border-color: rgb(204,115,148); }

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