Html Css Color HEX #CC6F98 Hopbush

📋 copy color: '#CC6F98'

red 204 ◦ green 111 ◦ blue 152

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

Shades of Hopbush #CC6F98

Tints of Hopbush #CC6F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 43.68%
G = 23.77%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC6F98 (or 0xCC6F98) is known color: Hopbush. HEX triplet: CC, 6F and 98. RGB value is (204,111,152). Sum of RGB (Red+Green+Blue) = 204+111+152=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F98 is #339067. Grayscale: #8F8F8F. Windows color (decimal): -3379304 or 9990092. OLE color: 9990092.

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

Color convert

RGB 204 111 152 -
CMYK 0 0.46 0.25 0.2
HSL 333.55º 0.48% 0.62% -
HSV(B) 333.55º 0.46% 0.8% -
XYZ 36.25 26.47 32.9 -
YUV 143.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 204 111 152 0 0.46 0.25 0.2 333.55 0.48 0.62
Hex CC 6F 98 0 2E 19 14 14E 30 3E
Octal 314 157 230 0 56 31 24 516 60 76
Binary 11001100 1101111 10011000 0 101110 11001 10100 101001110 110000 111110

Color Harmonies of #CC6F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F98

Black with #CC6F98

Text Example


Text Example

White with #CC6F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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