Html Css Color HEX #CB6390 Hopbush

📋 copy color: '#CB6390'

red 203 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #CB6390

Tints of Hopbush #CB6390

RGB

 RED value IS 203 (79.69% from 255) = 45.52%

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

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

R = 45.52%
G = 22.2%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB6390 (or 0xCB6390) is known color: Hopbush. HEX triplet: CB, 63 and 90. RGB value is (203,99,144). Sum of RGB (Red+Green+Blue) = 203+99+144=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6390 is #349C6F. Grayscale: #878787. Windows color (decimal): -3447920 or 9462731. OLE color: 9462731.

HSL color Cylindrical-coordinate representation of color #CB6390: hue angle of 334.04º degrees, saturation: 0.5, 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 #CB6390 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 144 -
CMYK 0 0.51 0.29 0.20
HSL 334.04º 0.5% 0.59% -
HSV(B) 334.04º 0.51% 0.8% -
XYZ 34.12 23.63 29.15 -
YUV 135.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 203 99 144 0 0.51 0.29 0.20 334.04 0.5 0.59
Hex CB 63 90 0 33 1D 14 14E 32 3B
Octal 313 143 220 0 63 35 24 516 62 73
Binary 11001011 1100011 10010000 0 110011 11101 10100 101001110 110010 111011

Color Harmonies of #CB6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6390

Black with #CB6390

Text Example


Text Example

White with #CB6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6390; }

 p { color: rgb(203,99,144); }

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

background-color css

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

 a { background-color: rgb(203,99,144); }

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

border-color css

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

 span { border-color: rgb(203,99,144); }

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