Html Css Color HEX #C96D9D Hopbush

📋 copy color: '#C96D9D'

red 201 ◦ green 109 ◦ blue 157

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

Shades of Hopbush #C96D9D

Tints of Hopbush #C96D9D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.34%

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 43.04%
G = 23.34%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C96D9D (or 0xC96D9D) is known color: Hopbush. HEX triplet: C9, 6D and 9D. RGB value is (201,109,157). Sum of RGB (Red+Green+Blue) = 201+109+157=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D9D is #369262. Grayscale: #8D8D8D. Windows color (decimal): -3576419 or 10317257. OLE color: 10317257.

HSL color Cylindrical-coordinate representation of color #C96D9D: hue angle of 328.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96D9D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 109 157 -
CMYK 0 0.46 0.22 0.21
HSL 328.7º 0.46% 0.61% -
HSV(B) 328.7º 0.46% 0.79% -
XYZ 35.64 25.79 35 -
YUV 141.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 201 109 157 0 0.46 0.22 0.21 328.7 0.46 0.61
Hex C9 6D 9D 0 2E 16 15 149 2E 3D
Octal 311 155 235 0 56 26 25 511 56 75
Binary 11001001 1101101 10011101 0 101110 10110 10101 101001001 101110 111101

Color Harmonies of #C96D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D9D

Black with #C96D9D

Text Example


Text Example

White with #C96D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D9D; }

 p { color: rgb(201,109,157); }

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

background-color css

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

 a { background-color: rgb(201,109,157); }

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

border-color css

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

 span { border-color: rgb(201,109,157); }

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