Html Css Color HEX #CC6295 Hopbush

📋 copy color: '#CC6295'

red 204 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #CC6295

Tints of Hopbush #CC6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.73%

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

R = 45.23%
G = 21.73%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC6295 (or 0xCC6295) is known color: Hopbush. HEX triplet: CC, 62 and 95. RGB value is (204,98,149). Sum of RGB (Red+Green+Blue) = 204+98+149=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6295 is #339D6A. Grayscale: #878787. Windows color (decimal): -3382635 or 9790156. OLE color: 9790156.

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

Color convert

RGB 204 98 149 -
CMYK 0 0.52 0.27 0.2
HSL 331.13º 0.51% 0.59% -
HSV(B) 331.13º 0.52% 0.8% -
XYZ 34.69 23.74 31.19 -
YUV 135.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 204 98 149 0 0.52 0.27 0.2 331.13 0.51 0.59
Hex CC 62 95 0 34 1B 14 14B 33 3B
Octal 314 142 225 0 64 33 24 513 63 73
Binary 11001100 1100010 10010101 0 110100 11011 10100 101001011 110011 111011

Color Harmonies of #CC6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6295

Black with #CC6295

Text Example


Text Example

White with #CC6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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