Html Css Color HEX #CC6BA1 Hopbush

📋 copy color: '#CC6BA1'

red 204 ◦ green 107 ◦ blue 161

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

Shades of Hopbush #CC6BA1

Tints of Hopbush #CC6BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 43.22%
G = 22.67%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC6BA1 (or 0xCC6BA1) is known color: Hopbush. HEX triplet: CC, 6B and A1. RGB value is (204,107,161). Sum of RGB (Red+Green+Blue) = 204+107+161=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BA1 is #33945E. Grayscale: #8E8E8E. Windows color (decimal): -3380319 or 10578892. OLE color: 10578892.

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

Color convert

RGB 204 107 161 -
CMYK 0 0.48 0.21 0.2
HSL 326.6º 0.49% 0.61% -
HSV(B) 326.6º 0.48% 0.8% -
XYZ 36.59 25.93 36.79 -
YUV 142.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 204 107 161 0 0.48 0.21 0.2 326.6 0.49 0.61
Hex CC 6B A1 0 30 15 14 147 31 3D
Octal 314 153 241 0 60 25 24 507 61 75
Binary 11001100 1101011 10100001 0 110000 10101 10100 101000111 110001 111101

Color Harmonies of #CC6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BA1

Black with #CC6BA1

Text Example


Text Example

White with #CC6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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