Html Css Color HEX #CC6BAA Hopbush

📋 copy color: '#CC6BAA'

red 204 ◦ green 107 ◦ blue 170

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

Shades of Hopbush #CC6BAA

Tints of Hopbush #CC6BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 42.41%
G = 22.25%
B = 35.34%

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

#CC6BAA (or 0xCC6BAA) is known color: Hopbush. HEX triplet: CC, 6B and AA. RGB value is (204,107,170). Sum of RGB (Red+Green+Blue) = 204+107+170=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BAA is #339455. Grayscale: #8F8F8F. Windows color (decimal): -3380310 or 11168716. OLE color: 11168716.

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

Color convert

RGB 204 107 170 -
CMYK 0 0.48 0.17 0.2
HSL 321.03º 0.49% 0.61% -
HSV(B) 321.03º 0.48% 0.8% -
XYZ 37.42 26.26 41.13 -
YUV 143.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 204 107 170 0 0.48 0.17 0.2 321.03 0.49 0.61
Hex CC 6B AA 0 30 11 14 141 31 3D
Octal 314 153 252 0 60 21 24 501 61 75
Binary 11001100 1101011 10101010 0 110000 10001 10100 101000001 110001 111101

Color Harmonies of #CC6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BAA

Black with #CC6BAA

Text Example


Text Example

White with #CC6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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