Html Css Color HEX #C96898 Hopbush

📋 copy color: '#C96898'

red 201 ◦ green 104 ◦ blue 152

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

Shades of Hopbush #C96898

Tints of Hopbush #C96898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.76%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 43.98%
G = 22.76%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C96898 (or 0xC96898) is known color: Hopbush. HEX triplet: C9, 68 and 98. RGB value is (201,104,152). Sum of RGB (Red+Green+Blue) = 201+104+152=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C96898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96898 is #369767. Grayscale: #8A8A8A. Windows color (decimal): -3577704 or 9988297. OLE color: 9988297.

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

Color convert

RGB 201 104 152 -
CMYK 0 0.48 0.24 0.21
HSL 330.31º 0.47% 0.6% -
HSV(B) 330.31º 0.48% 0.79% -
XYZ 34.71 24.59 32.62 -
YUV 138.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 201 104 152 0 0.48 0.24 0.21 330.31 0.47 0.6
Hex C9 68 98 0 30 18 15 14A 2F 3C
Octal 311 150 230 0 60 30 25 512 57 74
Binary 11001001 1101000 10011000 0 110000 11000 10101 101001010 101111 111100

Color Harmonies of #C96898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96898

Black with #C96898

Text Example


Text Example

White with #C96898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96898; }

 p { color: rgb(201,104,152); }

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

background-color css

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

 a { background-color: rgb(201,104,152); }

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

border-color css

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

 span { border-color: rgb(201,104,152); }

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