Html Css Color HEX #CC6196 Hopbush

📋 copy color: '#CC6196'

red 204 ◦ green 97 ◦ blue 150

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

Shades of Hopbush #CC6196

Tints of Hopbush #CC6196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 45.23%
G = 21.51%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC6196 (or 0xCC6196) is known color: Hopbush. HEX triplet: CC, 61 and 96. RGB value is (204,97,150). Sum of RGB (Red+Green+Blue) = 204+97+150=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6196 is #339E69. Grayscale: #868686. Windows color (decimal): -3382890 or 9855436. OLE color: 9855436.

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

Color convert

RGB 204 97 150 -
CMYK 0 0.52 0.26 0.2
HSL 330.28º 0.51% 0.59% -
HSV(B) 330.28º 0.52% 0.8% -
XYZ 34.68 23.59 31.58 -
YUV 135.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 204 97 150 0 0.52 0.26 0.2 330.28 0.51 0.59
Hex CC 61 96 0 34 1A 14 14A 33 3B
Octal 314 141 226 0 64 32 24 512 63 73
Binary 11001100 1100001 10010110 0 110100 11010 10100 101001010 110011 111011

Color Harmonies of #CC6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6196

Black with #CC6196

Text Example


Text Example

White with #CC6196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6196; }

 p { color: rgb(204,97,150); }

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

background-color css

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

 a { background-color: rgb(204,97,150); }

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

border-color css

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

 span { border-color: rgb(204,97,150); }

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