#CF638C

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

Shades of Hopbush #CF638C

Tints of Hopbush #CF638C

Color information

#CF638C (or 0xCF638C) is unknown color: approx Hopbush. HEX triplet: CF, 63 and 8C. RGB value is (207,99,140). Sum of RGB (Red+Green+Blue) = 207+99+140=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF638C is #309C73. Grayscale: #878787. Windows color (decimal): -3185780 or 9200591. OLE color: 9200591.

HSL color Cylindrical-coordinate representation of color #CF638C: hue angle of 337.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF638C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB20799140-
CMYK00.520.320.19
HSL337.22º52.94%60%-
HSV(B)337.22º52.17%81.18%-
XYZ34.9324.0827.62-
YUV135.97130.28178.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=46.41%
G=22.20%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079914000.520.320.19337.2252.9460
HexCF638C0342013151353c
Octal31714321406440235216574
Binary11001111110001110001100011010010000010011101010001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF638C; }

 p { color: rgb(207,99,140); }

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

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

 a { background-color: rgb(207,99,140); }

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

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

 span { border-color: rgb(207,99,140); }

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