Html Css Color HEX #C96BA5 Hopbush

📋 copy color: '#C96BA5'

red 201 ◦ green 107 ◦ blue 165

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

Shades of Hopbush #C96BA5

Tints of Hopbush #C96BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 42.49%
G = 22.62%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C96BA5 (or 0xC96BA5) is known color: Hopbush. HEX triplet: C9, 6B and A5. RGB value is (201,107,165). Sum of RGB (Red+Green+Blue) = 201+107+165=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96BA5 is #36945A. Grayscale: #8D8D8D. Windows color (decimal): -3576923 or 10841033. OLE color: 10841033.

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

Color convert

RGB 201 107 165 -
CMYK 0 0.47 0.18 0.21
HSL 322.98º 0.47% 0.6% -
HSV(B) 322.98º 0.47% 0.79% -
XYZ 36.14 25.65 38.64 -
YUV 141.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 201 107 165 0 0.47 0.18 0.21 322.98 0.47 0.6
Hex C9 6B A5 0 2F 12 15 143 2F 3C
Octal 311 153 245 0 57 22 25 503 57 74
Binary 11001001 1101011 10100101 0 101111 10010 10101 101000011 101111 111100

Color Harmonies of #C96BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BA5

Black with #C96BA5

Text Example


Text Example

White with #C96BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BA5; }

 p { color: rgb(201,107,165); }

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

background-color css

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

 a { background-color: rgb(201,107,165); }

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

border-color css

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

 span { border-color: rgb(201,107,165); }

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