Html Css Color HEX #CC6DA0 Hopbush

📋 copy color: '#CC6DA0'

red 204 ◦ green 109 ◦ blue 160

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

Shades of Hopbush #CC6DA0

Tints of Hopbush #CC6DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 43.13%
G = 23.04%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC6DA0 (or 0xCC6DA0) is known color: Hopbush. HEX triplet: CC, 6D and A0. RGB value is (204,109,160). Sum of RGB (Red+Green+Blue) = 204+109+160=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DA0 is #33925F. Grayscale: #8F8F8F. Windows color (decimal): -3379808 or 10513868. OLE color: 10513868.

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

Color convert

RGB 204 109 160 -
CMYK 0 0.47 0.22 0.2
HSL 327.79º 0.48% 0.61% -
HSV(B) 327.79º 0.47% 0.8% -
XYZ 36.72 26.31 36.4 -
YUV 143.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 204 109 160 0 0.47 0.22 0.2 327.79 0.48 0.61
Hex CC 6D A0 0 2F 16 14 148 30 3D
Octal 314 155 240 0 57 26 24 510 60 75
Binary 11001100 1101101 10100000 0 101111 10110 10100 101001000 110000 111101

Color Harmonies of #CC6DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DA0

Black with #CC6DA0

Text Example


Text Example

White with #CC6DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DA0; }

 p { color: rgb(204,109,160); }

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

background-color css

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

 a { background-color: rgb(204,109,160); }

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

border-color css

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

 span { border-color: rgb(204,109,160); }

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