Html Css Color HEX #CC68A0 Hopbush

📋 copy color: '#CC68A0'

red 204 ◦ green 104 ◦ blue 160

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

Shades of Hopbush #CC68A0

Tints of Hopbush #CC68A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

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

R = 43.59%
G = 22.22%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC68A0 (or 0xCC68A0) is known color: Hopbush. HEX triplet: CC, 68 and A0. RGB value is (204,104,160). Sum of RGB (Red+Green+Blue) = 204+104+160=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68A0 is #33975F. Grayscale: #8C8C8C. Windows color (decimal): -3381088 or 10512588. OLE color: 10512588.

HSL color Cylindrical-coordinate representation of color #CC68A0: hue angle of 326.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC68A0 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 160 -
CMYK 0 0.49 0.22 0.2
HSL 326.4º 0.5% 0.6% -
HSV(B) 326.4º 0.49% 0.8% -
XYZ 36.2 25.28 36.23 -
YUV 140.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 204 104 160 0 0.49 0.22 0.2 326.4 0.5 0.6
Hex CC 68 A0 0 31 16 14 146 32 3C
Octal 314 150 240 0 61 26 24 506 62 74
Binary 11001100 1101000 10100000 0 110001 10110 10100 101000110 110010 111100

Color Harmonies of #CC68A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68A0

Black with #CC68A0

Text Example


Text Example

White with #CC68A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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