Html Css Color HEX #CC7594 Hopbush

📋 copy color: '#CC7594'

red 204 ◦ green 117 ◦ blue 148

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

Shades of Hopbush #CC7594

Tints of Hopbush #CC7594

RGB

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

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

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

R = 43.5%
G = 24.95%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC7594 (or 0xCC7594) is known color: Hopbush. HEX triplet: CC, 75 and 94. RGB value is (204,117,148). Sum of RGB (Red+Green+Blue) = 204+117+148=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7594 is #338A6B. Grayscale: #929292. Windows color (decimal): -3377772 or 9729484. OLE color: 9729484.

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

Color convert

RGB 204 117 148 -
CMYK 0 0.43 0.27 0.2
HSL 338.62º 0.46% 0.63% -
HSV(B) 338.62º 0.43% 0.8% -
XYZ 36.61 27.7 31.43 -
YUV 146.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 204 117 148 0 0.43 0.27 0.2 338.62 0.46 0.63
Hex CC 75 94 0 2B 1B 14 153 2E 3F
Octal 314 165 224 0 53 33 24 523 56 77
Binary 11001100 1110101 10010100 0 101011 11011 10100 101010011 101110 111111

Color Harmonies of #CC7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7594

Black with #CC7594

Text Example


Text Example

White with #CC7594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7594; }

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

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

background-color css

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

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

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

border-color css

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

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

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