Html Css Color HEX #CC6BA9 Hopbush

📋 copy color: '#CC6BA9'

red 204 ◦ green 107 ◦ blue 169

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

Shades of Hopbush #CC6BA9

Tints of Hopbush #CC6BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.21%

R = 42.5%
G = 22.29%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC6BA9 (or 0xCC6BA9) is known color: Hopbush. HEX triplet: CC, 6B and A9. RGB value is (204,107,169). Sum of RGB (Red+Green+Blue) = 204+107+169=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BA9 is #339456. Grayscale: #8E8E8E. Windows color (decimal): -3380311 or 11103180. OLE color: 11103180.

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

Color convert

RGB 204 107 169 -
CMYK 0 0.48 0.17 0.2
HSL 321.65º 0.49% 0.61% -
HSV(B) 321.65º 0.48% 0.8% -
XYZ 37.32 26.22 40.63 -
YUV 143.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 204 107 169 0 0.48 0.17 0.2 321.65 0.49 0.61
Hex CC 6B A9 0 30 11 14 142 31 3D
Octal 314 153 251 0 60 21 24 502 61 75
Binary 11001100 1101011 10101001 0 110000 10001 10100 101000010 110001 111101

Color Harmonies of #CC6BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BA9

Black with #CC6BA9

Text Example


Text Example

White with #CC6BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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