Html Css Color HEX #C9609B Hopbush

📋 copy color: '#C9609B'

red 201 ◦ green 96 ◦ blue 155

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

Shades of Hopbush #C9609B

Tints of Hopbush #C9609B

RGB

 RED value IS 201 (78.91% from 255) = 44.47%

 GREEN value IS 96 (37.89% from 255) = 21.24%

 BLUE value IS 155 (60.94% from 255) = 34.29%

R = 44.47%
G = 21.24%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9609B (or 0xC9609B) is known color: Hopbush. HEX triplet: C9, 60 and 9B. RGB value is (201,96,155). Sum of RGB (Red+Green+Blue) = 201+96+155=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9609B is #369F64. Grayscale: #858585. Windows color (decimal): -3579749 or 10182857. OLE color: 10182857.

HSL color Cylindrical-coordinate representation of color #C9609B: hue angle of 326.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9609B is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 155 -
CMYK 0 0.52 0.23 0.21
HSL 326.29º 0.49% 0.58% -
HSV(B) 326.29º 0.52% 0.79% -
XYZ 34.19 23.15 33.68 -
YUV 134.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 201 96 155 0 0.52 0.23 0.21 326.29 0.49 0.58
Hex C9 60 9B 0 34 17 15 146 31 3A
Octal 311 140 233 0 64 27 25 506 61 72
Binary 11001001 1100000 10011011 0 110100 10111 10101 101000110 110001 111010

Color Harmonies of #C9609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9609B

Black with #C9609B

Text Example


Text Example

White with #C9609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9609B; }

 p { color: rgb(201,96,155); }

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

background-color css

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

 a { background-color: rgb(201,96,155); }

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

border-color css

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

 span { border-color: rgb(201,96,155); }

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