Html Css Color HEX #CE6385 Hopbush

📋 copy color: '#CE6385'

red 206 ◦ green 99 ◦ blue 133

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

Shades of Hopbush #CE6385

Tints of Hopbush #CE6385

RGB

 RED value IS 206 (80.86% from 255) = 47.03%

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

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

R = 47.03%
G = 22.6%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE6385 (or 0xCE6385) is known color: Hopbush. HEX triplet: CE, 63 and 85. RGB value is (206,99,133). Sum of RGB (Red+Green+Blue) = 206+99+133=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6385 is #319C7A. Grayscale: #868686. Windows color (decimal): -3251323 or 8741838. OLE color: 8741838.

HSL color Cylindrical-coordinate representation of color #CE6385: hue angle of 340.93º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6385 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 133 -
CMYK 0 0.52 0.35 0.19
HSL 340.93º 0.52% 0.6% -
HSV(B) 340.93º 0.52% 0.81% -
XYZ 34.15 23.74 24.97 -
YUV 134.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 206 99 133 0 0.52 0.35 0.19 340.93 0.52 0.6
Hex CE 63 85 0 34 23 13 155 34 3C
Octal 316 143 205 0 64 43 23 525 64 74
Binary 11001110 1100011 10000101 0 110100 100011 10011 101010101 110100 111100

Color Harmonies of #CE6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6385

Black with #CE6385

Text Example


Text Example

White with #CE6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6385; }

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

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

background-color css

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

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

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

border-color css

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

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

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