#CB7997

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

Shades of Hopbush #CB7997

Tints of Hopbush #CB7997

Color information

#CB7997 (or 0xCB7997) is unknown color: approx Hopbush. HEX triplet: CB, 79 and 97. RGB value is (203,121,151). Sum of RGB (Red+Green+Blue) = 203+121+151=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7997 is #348668. Grayscale: #949494. Windows color (decimal): -3442281 or 9927115. OLE color: 9927115.

HSL color Cylindrical-coordinate representation of color #CB7997: hue angle of 338.05º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7997 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203121151-
CMYK00.400.260.20
HSL338.05º44.09%63.53%-
HSV(B)338.05º40.39%79.61%-
XYZ37.0528.6132.85-
YUV148.94129.17166.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=42.74%
G=25.47%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312115100.400.260.20338.0544.0963.53
HexCB79970281A141522c40
Octal313171227050322452254100
Binary11001011111100110010111010100011010101001010100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7997; }

 p { color: rgb(203,121,151); }

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

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

 a { background-color: rgb(203,121,151); }

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

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

 span { border-color: rgb(203,121,151); }

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