#C97BA2

Color #C97BA2 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C97BA2

Tints of Hopbush #C97BA2

Color information

#C97BA2 (or 0xC97BA2) is unknown color: approx Hopbush. HEX triplet: C9, 7B and A2. RGB value is (201,123,162). Sum of RGB (Red+Green+Blue) = 201+123+162=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97BA2 is #36845D. Grayscale: #969696. Windows color (decimal): -3572830 or 10648521. OLE color: 10648521.

HSL color Cylindrical-coordinate representation of color #C97BA2: hue angle of 330º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97BA2 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB201123162-
CMYK00.390.190.21
HSL330º41.94%63.53%-
HSV(B)330º38.81%78.82%-
XYZ37.6929.1937.83-
YUV150.77134.34163.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=41.36%
G=25.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112316200.390.190.2133041.9463.53
HexC97BA2027131514a2a40
Octal311173242047232551252100
Binary11001001111101110100010010011110011101011010010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97BA2; }

 p { color: rgb(201,123,162); }

 H1.HeaderClassName
 {
   color: #C97BA2;
 }
 .AnyTagClassName
 {
   color: #C97BA2;
 }
</style>
background-color css

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

 a { background-color: rgb(201,123,162); }

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

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

 span { border-color: rgb(201,123,162); }

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