Html Css Color HEX #CC61AB Hopbush

📋 copy color: '#CC61AB'

red 204 ◦ green 97 ◦ blue 171

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

Shades of Hopbush #CC61AB

Tints of Hopbush #CC61AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.55%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 43.22%
G = 20.55%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC61AB (or 0xCC61AB) is known color: Hopbush. HEX triplet: CC, 61 and AB. RGB value is (204,97,171). Sum of RGB (Red+Green+Blue) = 204+97+171=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61AB is #339E54. Grayscale: #898989. Windows color (decimal): -3382869 or 11231692. OLE color: 11231692.

HSL color Cylindrical-coordinate representation of color #CC61AB: hue angle of 318.5º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC61AB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 171 -
CMYK 0 0.52 0.16 0.2
HSL 318.5º 0.51% 0.59% -
HSV(B) 318.5º 0.52% 0.8% -
XYZ 36.53 24.33 41.3 -
YUV 137.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 204 97 171 0 0.52 0.16 0.2 318.5 0.51 0.59
Hex CC 61 AB 0 34 10 14 13F 33 3B
Octal 314 141 253 0 64 20 24 477 63 73
Binary 11001100 1100001 10101011 0 110100 10000 10100 100111111 110011 111011

Color Harmonies of #CC61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61AB

Black with #CC61AB

Text Example


Text Example

White with #CC61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61AB; }

 p { color: rgb(204,97,171); }

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

background-color css

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

 a { background-color: rgb(204,97,171); }

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

border-color css

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

 span { border-color: rgb(204,97,171); }

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