Html Css Color HEX #CC6991 Hopbush

📋 copy color: '#CC6991'

red 204 ◦ green 105 ◦ blue 145

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

Shades of Hopbush #CC6991

Tints of Hopbush #CC6991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 44.93%
G = 23.13%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC6991 (or 0xCC6991) is known color: Hopbush. HEX triplet: CC, 69 and 91. RGB value is (204,105,145). Sum of RGB (Red+Green+Blue) = 204+105+145=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6991 is #33966E. Grayscale: #8B8B8B. Windows color (decimal): -3380847 or 9529804. OLE color: 9529804.

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

Color convert

RGB 204 105 145 -
CMYK 0 0.49 0.29 0.2
HSL 335.76º 0.49% 0.61% -
HSV(B) 335.76º 0.49% 0.8% -
XYZ 35.06 24.98 29.76 -
YUV 139.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 204 105 145 0 0.49 0.29 0.2 335.76 0.49 0.61
Hex CC 69 91 0 31 1D 14 150 31 3D
Octal 314 151 221 0 61 35 24 520 61 75
Binary 11001100 1101001 10010001 0 110001 11101 10100 101010000 110001 111101

Color Harmonies of #CC6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6991

Black with #CC6991

Text Example


Text Example

White with #CC6991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6991; }

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

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

background-color css

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

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

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

border-color css

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

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

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