Html Css Color HEX #C96695 Hopbush

📋 copy color: '#C96695'

red 201 ◦ green 102 ◦ blue 149

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

Shades of Hopbush #C96695

Tints of Hopbush #C96695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 44.47%
G = 22.57%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C96695 (or 0xC96695) is known color: Hopbush. HEX triplet: C9, 66 and 95. RGB value is (201,102,149). Sum of RGB (Red+Green+Blue) = 201+102+149=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C96695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96695 is #36996A. Grayscale: #888888. Windows color (decimal): -3578219 or 9791177. OLE color: 9791177.

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

Color convert

RGB 201 102 149 -
CMYK 0 0.49 0.26 0.21
HSL 331.52º 0.48% 0.59% -
HSV(B) 331.52º 0.49% 0.79% -
XYZ 34.26 24.09 31.28 -
YUV 136.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 201 102 149 0 0.49 0.26 0.21 331.52 0.48 0.59
Hex C9 66 95 0 31 1A 15 14C 30 3B
Octal 311 146 225 0 61 32 25 514 60 73
Binary 11001001 1100110 10010101 0 110001 11010 10101 101001100 110000 111011

Color Harmonies of #C96695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96695

Black with #C96695

Text Example


Text Example

White with #C96695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96695; }

 p { color: rgb(201,102,149); }

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

background-color css

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

 a { background-color: rgb(201,102,149); }

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

border-color css

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

 span { border-color: rgb(201,102,149); }

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