Html Css Color HEX #CC6385 Hopbush

📋 copy color: '#CC6385'

red 204 ◦ green 99 ◦ blue 133

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

Shades of Hopbush #CC6385

Tints of Hopbush #CC6385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 46.79%
G = 22.71%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC6385 (or 0xCC6385) is known color: Hopbush. HEX triplet: CC, 63 and 85. RGB value is (204,99,133). Sum of RGB (Red+Green+Blue) = 204+99+133=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6385 is #339C7A. Grayscale: #868686. Windows color (decimal): -3382395 or 8741836. OLE color: 8741836.

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

Color convert

RGB 204 99 133 -
CMYK 0 0.51 0.35 0.2
HSL 340.57º 0.51% 0.59% -
HSV(B) 340.57º 0.51% 0.8% -
XYZ 33.6 23.45 24.95 -
YUV 134.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 204 99 133 0 0.51 0.35 0.2 340.57 0.51 0.59
Hex CC 63 85 0 33 23 14 155 33 3B
Octal 314 143 205 0 63 43 24 525 63 73
Binary 11001100 1100011 10000101 0 110011 100011 10100 101010101 110011 111011

Color Harmonies of #CC6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6385

Black with #CC6385

Text Example


Text Example

White with #CC6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6385; }

 p { color: rgb(204,99,133); }

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

background-color css

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

 a { background-color: rgb(204,99,133); }

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

border-color css

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

 span { border-color: rgb(204,99,133); }

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