#CF638E

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

Shades of Hopbush #CF638E

Tints of Hopbush #CF638E

Color information

#CF638E (or 0xCF638E) is unknown color: approx Hopbush. HEX triplet: CF, 63 and 8E. RGB value is (207,99,142). Sum of RGB (Red+Green+Blue) = 207+99+142=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF638E is #309C71. Grayscale: #888888. Windows color (decimal): -3185778 or 9331663. OLE color: 9331663.

HSL color Cylindrical-coordinate representation of color #CF638E: hue angle of 336.11º 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 #CF638E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB20799142-
CMYK00.520.310.19
HSL336.11º52.94%60%-
HSV(B)336.11º52.17%81.18%-
XYZ35.0824.1428.4-
YUV136.19131.28178.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=46.21%
G=22.10%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079914200.520.310.19336.1152.9460
HexCF638E0341F13150353c
Octal31714321606437235206574
Binary1100111111000111000111001101001111110011101010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF638E; }

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

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

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

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

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

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

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

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