Html Css Color HEX #CC7595 Hopbush

📋 copy color: '#CC7595'

red 204 ◦ green 117 ◦ blue 149

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

Shades of Hopbush #CC7595

Tints of Hopbush #CC7595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 43.4%
G = 24.89%
B = 31.7%

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

#CC7595 (or 0xCC7595) is known color: Hopbush. HEX triplet: CC, 75 and 95. RGB value is (204,117,149). Sum of RGB (Red+Green+Blue) = 204+117+149=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7595 is #338A6A. Grayscale: #929292. Windows color (decimal): -3377771 or 9795020. OLE color: 9795020.

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

Color convert

RGB 204 117 149 -
CMYK 0 0.43 0.27 0.2
HSL 337.93º 0.46% 0.63% -
HSV(B) 337.93º 0.43% 0.8% -
XYZ 36.69 27.73 31.85 -
YUV 146.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 204 117 149 0 0.43 0.27 0.2 337.93 0.46 0.63
Hex CC 75 95 0 2B 1B 14 152 2E 3F
Octal 314 165 225 0 53 33 24 522 56 77
Binary 11001100 1110101 10010101 0 101011 11011 10100 101010010 101110 111111

Color Harmonies of #CC7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7595

Black with #CC7595

Text Example


Text Example

White with #CC7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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