Html Css Color HEX #CC71A5 Hopbush

📋 copy color: '#CC71A5'

red 204 ◦ green 113 ◦ blue 165

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

Shades of Hopbush #CC71A5

Tints of Hopbush #CC71A5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.44%

 BLUE value IS 165 (64.84% from 255) = 34.23%

R = 42.32%
G = 23.44%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC71A5 (or 0xCC71A5) is known color: Hopbush. HEX triplet: CC, 71 and A5. RGB value is (204,113,165). Sum of RGB (Red+Green+Blue) = 204+113+165=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC71A5 is #338E5A. Grayscale: #929292. Windows color (decimal): -3378779 or 10842572. OLE color: 10842572.

HSL color Cylindrical-coordinate representation of color #CC71A5: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71A5 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 165 -
CMYK 0 0.45 0.19 0.2
HSL 325.71º 0.47% 0.62% -
HSV(B) 325.71º 0.45% 0.8% -
XYZ 37.6 27.36 38.9 -
YUV 146.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 204 113 165 0 0.45 0.19 0.2 325.71 0.47 0.62
Hex CC 71 A5 0 2D 13 14 146 2F 3E
Octal 314 161 245 0 55 23 24 506 57 76
Binary 11001100 1110001 10100101 0 101101 10011 10100 101000110 101111 111110

Color Harmonies of #CC71A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71A5

Black with #CC71A5

Text Example


Text Example

White with #CC71A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71A5; }

 p { color: rgb(204,113,165); }

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

background-color css

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

 a { background-color: rgb(204,113,165); }

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

border-color css

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

 span { border-color: rgb(204,113,165); }

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