Html Css Color HEX #CC6997 Hopbush

📋 copy color: '#CC6997'

red 204 ◦ green 105 ◦ blue 151

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

Shades of Hopbush #CC6997

Tints of Hopbush #CC6997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.83%

R = 44.35%
G = 22.83%
B = 32.83%

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

#CC6997 (or 0xCC6997) is known color: Hopbush. HEX triplet: CC, 69 and 97. RGB value is (204,105,151). Sum of RGB (Red+Green+Blue) = 204+105+151=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6997 is #339668. Grayscale: #8B8B8B. Windows color (decimal): -3380841 or 9923020. OLE color: 9923020.

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

Color convert

RGB 204 105 151 -
CMYK 0 0.49 0.26 0.2
HSL 332.12º 0.49% 0.61% -
HSV(B) 332.12º 0.49% 0.8% -
XYZ 35.54 25.17 32.26 -
YUV 139.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 204 105 151 0 0.49 0.26 0.2 332.12 0.49 0.61
Hex CC 69 97 0 31 1A 14 14C 31 3D
Octal 314 151 227 0 61 32 24 514 61 75
Binary 11001100 1101001 10010111 0 110001 11010 10100 101001100 110001 111101

Color Harmonies of #CC6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6997

Black with #CC6997

Text Example


Text Example

White with #CC6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6997; }

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

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

background-color css

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

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

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

border-color css

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

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

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