Html Css Color HEX #CC6996 Hopbush

📋 copy color: '#CC6996'

red 204 ◦ green 105 ◦ blue 150

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

Shades of Hopbush #CC6996

Tints of Hopbush #CC6996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

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

R = 44.44%
G = 22.88%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC6996 (or 0xCC6996) is known color: Hopbush. HEX triplet: CC, 69 and 96. RGB value is (204,105,150). Sum of RGB (Red+Green+Blue) = 204+105+150=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6996 is #339669. Grayscale: #8B8B8B. Windows color (decimal): -3380842 or 9857484. OLE color: 9857484.

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

Color convert

RGB 204 105 150 -
CMYK 0 0.49 0.26 0.2
HSL 332.73º 0.49% 0.61% -
HSV(B) 332.73º 0.49% 0.8% -
XYZ 35.46 25.14 31.84 -
YUV 139.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 204 105 150 0 0.49 0.26 0.2 332.73 0.49 0.61
Hex CC 69 96 0 31 1A 14 14D 31 3D
Octal 314 151 226 0 61 32 24 515 61 75
Binary 11001100 1101001 10010110 0 110001 11010 10100 101001101 110001 111101

Color Harmonies of #CC6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6996

Black with #CC6996

Text Example


Text Example

White with #CC6996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6996; }

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

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

background-color css

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

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

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

border-color css

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

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

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