Html Css Color HEX #CC6BA0 Hopbush

📋 copy color: '#CC6BA0'

red 204 ◦ green 107 ◦ blue 160

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

Shades of Hopbush #CC6BA0

Tints of Hopbush #CC6BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

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

R = 43.31%
G = 22.72%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC6BA0 (or 0xCC6BA0) is known color: Hopbush. HEX triplet: CC, 6B and A0. RGB value is (204,107,160). Sum of RGB (Red+Green+Blue) = 204+107+160=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BA0 is #33945F. Grayscale: #8D8D8D. Windows color (decimal): -3380320 or 10513356. OLE color: 10513356.

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

Color convert

RGB 204 107 160 -
CMYK 0 0.48 0.22 0.2
HSL 327.22º 0.49% 0.61% -
HSV(B) 327.22º 0.48% 0.8% -
XYZ 36.5 25.89 36.33 -
YUV 142.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 204 107 160 0 0.48 0.22 0.2 327.22 0.49 0.61
Hex CC 6B A0 0 30 16 14 147 31 3D
Octal 314 153 240 0 60 26 24 507 61 75
Binary 11001100 1101011 10100000 0 110000 10110 10100 101000111 110001 111101

Color Harmonies of #CC6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BA0

Black with #CC6BA0

Text Example


Text Example

White with #CC6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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