#CF7FAD

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

Shades of Kobi #CF7FAD

Tints of Kobi #CF7FAD

Color information

#CF7FAD (or 0xCF7FAD) is unknown color: approx Kobi. HEX triplet: CF, 7F and AD. RGB value is (207,127,173). Sum of RGB (Red+Green+Blue) = 207+127+173=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FAD is #308052. Grayscale: #9C9C9C. Windows color (decimal): -3178579 or 11370447. OLE color: 11370447.

HSL color Cylindrical-coordinate representation of color #CF7FAD: hue angle of 325.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FAD is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207127173-
CMYK00.390.160.19
HSL325.5º45.45%65.49%-
HSV(B)325.5º38.65%81.18%-
XYZ40.8631.4643.45-
YUV156.16137.5164.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=40.83%
G=25.05%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712717300.390.160.19325.545.4565.49
HexCF7FAD02710131462d41
Octal317177255047202350655101
Binary11001111111111110101101010011110000100111010001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FAD; }

 p { color: rgb(207,127,173); }

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

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

 a { background-color: rgb(207,127,173); }

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

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

 span { border-color: rgb(207,127,173); }

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