Html Css Color HEX #C96796 Hopbush

📋 copy color: '#C96796'

red 201 ◦ green 103 ◦ blue 150

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

Shades of Hopbush #C96796

Tints of Hopbush #C96796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.69%

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 44.27%
G = 22.69%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C96796 (or 0xC96796) is known color: Hopbush. HEX triplet: C9, 67 and 96. RGB value is (201,103,150). Sum of RGB (Red+Green+Blue) = 201+103+150=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C96796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96796 is #369869. Grayscale: #898989. Windows color (decimal): -3577962 or 9856969. OLE color: 9856969.

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

Color convert

RGB 201 103 150 -
CMYK 0 0.49 0.25 0.21
HSL 331.22º 0.48% 0.6% -
HSV(B) 331.22º 0.49% 0.79% -
XYZ 34.44 24.32 31.73 -
YUV 137.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 201 103 150 0 0.49 0.25 0.21 331.22 0.48 0.6
Hex C9 67 96 0 31 19 15 14B 30 3C
Octal 311 147 226 0 61 31 25 513 60 74
Binary 11001001 1100111 10010110 0 110001 11001 10101 101001011 110000 111100

Color Harmonies of #C96796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96796

Black with #C96796

Text Example


Text Example

White with #C96796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96796; }

 p { color: rgb(201,103,150); }

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

background-color css

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

 a { background-color: rgb(201,103,150); }

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

border-color css

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

 span { border-color: rgb(201,103,150); }

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