Html Css Color HEX #CC6184 Hopbush

📋 copy color: '#CC6184'

red 204 ◦ green 97 ◦ blue 132

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

Shades of Hopbush #CC6184

Tints of Hopbush #CC6184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 47.11%
G = 22.4%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC6184 (or 0xCC6184) is known color: Hopbush. HEX triplet: CC, 61 and 84. RGB value is (204,97,132). Sum of RGB (Red+Green+Blue) = 204+97+132=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6184 is #339E7B. Grayscale: #848484. Windows color (decimal): -3382908 or 8675788. OLE color: 8675788.

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

Color convert

RGB 204 97 132 -
CMYK 0 0.52 0.35 0.2
HSL 340.37º 0.51% 0.59% -
HSV(B) 340.37º 0.52% 0.8% -
XYZ 33.34 23.05 24.52 -
YUV 132.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 204 97 132 0 0.52 0.35 0.2 340.37 0.51 0.59
Hex CC 61 84 0 34 23 14 154 33 3B
Octal 314 141 204 0 64 43 24 524 63 73
Binary 11001100 1100001 10000100 0 110100 100011 10100 101010100 110011 111011

Color Harmonies of #CC6184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6184

Black with #CC6184

Text Example


Text Example

White with #CC6184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6184; }

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

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

background-color css

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

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

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

border-color css

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

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

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