Html Css Color HEX #CC6CAC Hopbush

📋 copy color: '#CC6CAC'

red 204 ◦ green 108 ◦ blue 172

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

Shades of Hopbush #CC6CAC

Tints of Hopbush #CC6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 42.15%
G = 22.31%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC6CAC (or 0xCC6CAC) is known color: Hopbush. HEX triplet: CC, 6C and AC. RGB value is (204,108,172). Sum of RGB (Red+Green+Blue) = 204+108+172=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6CAC is #339353. Grayscale: #8F8F8F. Windows color (decimal): -3380052 or 11300044. OLE color: 11300044.

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

Color convert

RGB 204 108 172 -
CMYK 0 0.47 0.16 0.2
HSL 320º 0.48% 0.61% -
HSV(B) 320º 0.47% 0.8% -
XYZ 37.71 26.54 42.17 -
YUV 144 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 204 108 172 0 0.47 0.16 0.2 320 0.48 0.61
Hex CC 6C AC 0 2F 10 14 140 30 3D
Octal 314 154 254 0 57 20 24 500 60 75
Binary 11001100 1101100 10101100 0 101111 10000 10100 101000000 110000 111101

Color Harmonies of #CC6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CAC

Black with #CC6CAC

Text Example


Text Example

White with #CC6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CAC; }

 p { color: rgb(204,108,172); }

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

background-color css

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

 a { background-color: rgb(204,108,172); }

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

border-color css

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

 span { border-color: rgb(204,108,172); }

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