Html Css Color HEX #C86290 Hopbush

📋 copy color: '#C86290'

red 200 ◦ green 98 ◦ blue 144

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

Shades of Hopbush #C86290

Tints of Hopbush #C86290

RGB

 RED value IS 200 (78.52% from 255) = 45.25%

 GREEN value IS 98 (38.67% from 255) = 22.17%

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 45.25%
G = 22.17%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C86290 (or 0xC86290) is known color: Hopbush. HEX triplet: C8, 62 and 90. RGB value is (200,98,144). Sum of RGB (Red+Green+Blue) = 200+98+144=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C86290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86290 is #379D6F. Grayscale: #858585. Windows color (decimal): -3644784 or 9462472. OLE color: 9462472.

HSL color Cylindrical-coordinate representation of color #C86290: hue angle of 332.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86290 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 98 144 -
CMYK 0 0.51 0.28 0.22
HSL 332.94º 0.48% 0.58% -
HSV(B) 332.94º 0.51% 0.78% -
XYZ 33.22 23.03 29.08 -
YUV 133.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 200 98 144 0 0.51 0.28 0.22 332.94 0.48 0.58
Hex C8 62 90 0 33 1C 16 14D 30 3A
Octal 310 142 220 0 63 34 26 515 60 72
Binary 11001000 1100010 10010000 0 110011 11100 10110 101001101 110000 111010

Color Harmonies of #C86290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86290

Black with #C86290

Text Example


Text Example

White with #C86290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86290; }

 p { color: rgb(200,98,144); }

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

background-color css

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

 a { background-color: rgb(200,98,144); }

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

border-color css

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

 span { border-color: rgb(200,98,144); }

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