Html Css Color HEX #CC6097 Hopbush

📋 copy color: '#CC6097'

red 204 ◦ green 96 ◦ blue 151

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

Shades of Hopbush #CC6097

Tints of Hopbush #CC6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 151 (59.38% from 255) = 33.48%

R = 45.23%
G = 21.29%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC6097 (or 0xCC6097) is known color: Hopbush. HEX triplet: CC, 60 and 97. RGB value is (204,96,151). Sum of RGB (Red+Green+Blue) = 204+96+151=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6097 is #339F68. Grayscale: #868686. Windows color (decimal): -3383145 or 9920716. OLE color: 9920716.

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

Color convert

RGB 204 96 151 -
CMYK 0 0.53 0.26 0.2
HSL 329.44º 0.51% 0.59% -
HSV(B) 329.44º 0.53% 0.8% -
XYZ 34.67 23.44 31.97 -
YUV 134.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 204 96 151 0 0.53 0.26 0.2 329.44 0.51 0.59
Hex CC 60 97 0 35 1A 14 149 33 3B
Octal 314 140 227 0 65 32 24 511 63 73
Binary 11001100 1100000 10010111 0 110101 11010 10100 101001001 110011 111011

Color Harmonies of #CC6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6097

Black with #CC6097

Text Example


Text Example

White with #CC6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6097; }

 p { color: rgb(204,96,151); }

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

background-color css

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

 a { background-color: rgb(204,96,151); }

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

border-color css

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

 span { border-color: rgb(204,96,151); }

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