Html Css Color HEX #CC6998 Hopbush

📋 copy color: '#CC6998'

red 204 ◦ green 105 ◦ blue 152

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

Shades of Hopbush #CC6998

Tints of Hopbush #CC6998

RGB

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

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

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

R = 44.25%
G = 22.78%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC6998 (or 0xCC6998) is known color: Hopbush. HEX triplet: CC, 69 and 98. RGB value is (204,105,152). Sum of RGB (Red+Green+Blue) = 204+105+152=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6998 is #339667. Grayscale: #8B8B8B. Windows color (decimal): -3380840 or 9988556. OLE color: 9988556.

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

Color convert

RGB 204 105 152 -
CMYK 0 0.49 0.25 0.2
HSL 331.52º 0.49% 0.61% -
HSV(B) 331.52º 0.49% 0.8% -
XYZ 35.62 25.21 32.69 -
YUV 139.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 204 105 152 0 0.49 0.25 0.2 331.52 0.49 0.61
Hex CC 69 98 0 31 19 14 14C 31 3D
Octal 314 151 230 0 61 31 24 514 61 75
Binary 11001100 1101001 10011000 0 110001 11001 10100 101001100 110001 111101

Color Harmonies of #CC6998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6998

Black with #CC6998

Text Example


Text Example

White with #CC6998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6998; }

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

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

background-color css

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

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

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

border-color css

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

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

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