Html Css Color HEX #CB5D99 Hopbush

📋 copy color: '#CB5D99'

red 203 ◦ green 93 ◦ blue 153

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

Shades of Hopbush #CB5D99

Tints of Hopbush #CB5D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.71%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 45.21%
G = 20.71%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB5D99 (or 0xCB5D99) is known color: Hopbush. HEX triplet: CB, 5D and 99. RGB value is (203,93,153). Sum of RGB (Red+Green+Blue) = 203+93+153=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D99 is #34A266. Grayscale: #848484. Windows color (decimal): -3449447 or 10051019. OLE color: 10051019.

HSL color Cylindrical-coordinate representation of color #CB5D99: hue angle of 327.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5D99 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 93 153 -
CMYK 0 0.54 0.25 0.20
HSL 327.27º 0.51% 0.58% -
HSV(B) 327.27º 0.54% 0.8% -
XYZ 34.29 22.83 32.74 -
YUV 132.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 203 93 153 0 0.54 0.25 0.20 327.27 0.51 0.58
Hex CB 5D 99 0 36 19 14 147 33 3A
Octal 313 135 231 0 66 31 24 507 63 72
Binary 11001011 1011101 10011001 0 110110 11001 10100 101000111 110011 111010

Color Harmonies of #CB5D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D99

Black with #CB5D99

Text Example


Text Example

White with #CB5D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D99; }

 p { color: rgb(203,93,153); }

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

background-color css

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

 a { background-color: rgb(203,93,153); }

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

border-color css

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

 span { border-color: rgb(203,93,153); }

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