Html Css Color HEX #CC6F96 Hopbush

📋 copy color: '#CC6F96'

red 204 ◦ green 111 ◦ blue 150

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

Shades of Hopbush #CC6F96

Tints of Hopbush #CC6F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.87%

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

R = 43.87%
G = 23.87%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC6F96 (or 0xCC6F96) is known color: Hopbush. HEX triplet: CC, 6F and 96. RGB value is (204,111,150). Sum of RGB (Red+Green+Blue) = 204+111+150=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F96 is #339069. Grayscale: #8F8F8F. Windows color (decimal): -3379306 or 9859020. OLE color: 9859020.

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

Color convert

RGB 204 111 150 -
CMYK 0 0.46 0.26 0.2
HSL 334.84º 0.48% 0.62% -
HSV(B) 334.84º 0.46% 0.8% -
XYZ 36.09 26.41 32.05 -
YUV 143.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 204 111 150 0 0.46 0.26 0.2 334.84 0.48 0.62
Hex CC 6F 96 0 2E 1A 14 14F 30 3E
Octal 314 157 226 0 56 32 24 517 60 76
Binary 11001100 1101111 10010110 0 101110 11010 10100 101001111 110000 111110

Color Harmonies of #CC6F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F96

Black with #CC6F96

Text Example


Text Example

White with #CC6F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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